← back to Exo
fix: syntax error in requirements.txt
7545e0605bb815a2809d6669a17999adf49eef8c · 2024-07-17 16:12:38 +1000 · Andrey Varfolomeev
Files touched
Diff
commit 7545e0605bb815a2809d6669a17999adf49eef8c
Author: Andrey Varfolomeev <andreika.varfolomeev@yandex.ru>
Date: Wed Jul 17 16:12:38 2024 +1000
fix: syntax error in requirements.txt
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index ea87fba7..56cd8b08 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@ aiohttp==3.9.5
grpcio==1.64.1
grpcio-tools==1.64.1
huggingface-hub==0.23.4
-Jinja2=3.1.4
+Jinja2==3.1.4
mlx==0.15.1; sys.platform == "darwin"
mlx-lm==0.14.3; sys.platform == "darwin"
numpy==2.0.0
← 6b3727f0 fetch model if doesnt exist on tinygrad
·
back to Exo
·
switch over to psutil, more robust system detection 12fcbc0d →