mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 02:53:41 +08:00
bump to 0.19.2
This commit is contained in:
parent
e4c8bf1199
commit
7e46988a1c
@ -56,7 +56,7 @@ def main():
|
|||||||
tokenizer_config={"trust_remote_code": True},
|
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)
|
prompt_cache = make_prompt_cache(model, args.max_kv_size)
|
||||||
while True:
|
while True:
|
||||||
query = input(">> ")
|
query = input(">> ")
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mlx>=0.19.3
|
mlx>=0.19.2
|
||||||
numpy
|
numpy
|
||||||
transformers[sentencepiece]>=4.39.3
|
transformers[sentencepiece]>=4.39.3
|
||||||
protobuf
|
protobuf
|
||||||
|
Loading…
Reference in New Issue
Block a user