[object Object]

← back to Exo

add Jinja requirement for linux

b1f3204e800b3bdba6b228c210f9709bd255f7cb · 2024-07-16 22:56:40 -0700 · Alex Cheema

Files touched

Diff

commit b1f3204e800b3bdba6b228c210f9709bd255f7cb
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Tue Jul 16 22:56:40 2024 -0700

    add Jinja requirement for linux
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index e482d26e..ea87fba7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@ aiohttp==3.9.5
 grpcio==1.64.1
 grpcio-tools==1.64.1
 huggingface-hub==0.23.4
+Jinja2=3.1.4
 mlx==0.15.1; sys.platform == "darwin"
 mlx-lm==0.14.3; sys.platform == "darwin"
 numpy==2.0.0

← 365114ec add stars to readme  ·  back to Exo  ·  fetch model if doesnt exist on tinygrad 6b3727f0 →