Update requirements.txt

adds "numpy" as the missing requirement for convert.py
This commit is contained in:
Ashraful Islam 2023-12-06 04:23:58 -06:00 committed by GitHub
parent 0bf5d0e3bc
commit d41f217d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
mlx
sentencepiece
torch
numpy