bump to 0.19.2

This commit is contained in:
Awni Hannun 2024-10-31 07:49:08 -07:00
parent e4c8bf1199
commit 7e46988a1c
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ def main():
tokenizer_config={"trust_remote_code": True},
)
print(f"[INFO] Starting chat sessiong with {args.model}. To exit, enter 'q'.")
print(f"[INFO] Starting chat session with {args.model}. To exit, enter 'q'.")
prompt_cache = make_prompt_cache(model, args.max_kv_size)
while True:
query = input(">> ")

View File

@ -1,4 +1,4 @@
mlx>=0.19.3
mlx>=0.19.2
numpy
transformers[sentencepiece]>=4.39.3
protobuf