add numpy as a requirement to run lora.py (#238)

* add numpy as a requirement to run lora.py

* removed unused imports
This commit is contained in:
Lawrence Wu
2024-01-05 16:16:28 -08:00
committed by GitHub
parent 37b41cec60
commit 37856f70a8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
mlx>=0.0.7
sentencepiece
torch
numpy