diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e54cf75..d00b83a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,13 @@ jobs: huggingface download --silent mlx-community/Llama-3.2-1B-Instruct-8bit echo 'Who are you?' | yarn tsx src/chat.ts Llama-3.2-1B-Instruct-8bit - huggingface download --silent mlx-community/llava-1.5-7b-4bit --revision 82b38f2 + huggingface download --silent mlx-community/llava-1.5-7b-4bit echo 'What is in the photo? ' | yarn tsx src/chat.ts llava-1.5-7b-4bit --temperature=0 huggingface download --silent Qwen/Qwen2-0.5B yarn tsx src/generate.ts --max-tokens=128 Qwen2-0.5B huggingface download --silent google-t5/t5-small --hf - huggingface download --silent Xenova/t5-small --hf # fix tokenizer yarn tsx src/generate.ts --temperature=0 t5-small 'translate English to German: As much as six inches of rain could fall in the New York City region through Monday morning, and officials warned of flooding along the coast.' huggingface download --silent mlx-community/codegemma-1.1-2b-8bit diff --git a/package.json b/package.json index 80051d3..50263ce 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@frost-beta/mlx": "0.0.23", - "@lenml/tokenizers": "3.0.1", + "@lenml/tokenizers": "3.0.3", "sharp": "0.33.5" } }