← back to Exo
remove hf-transfer, huggingface-hub, Jinja2 unused dependencies
413ecb1b12996469f69a871a4f1a58410d2e1fe9 · 2024-10-02 17:26:33 +0400 · Alex Cheema
Files touched
Diff
commit 413ecb1b12996469f69a871a4f1a58410d2e1fe9
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Oct 2 17:26:33 2024 +0400
remove hf-transfer, huggingface-hub, Jinja2 unused dependencies
---
setup.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/setup.py b/setup.py
index 0095823d..54152b06 100644
--- a/setup.py
+++ b/setup.py
@@ -10,9 +10,6 @@ install_requires = [
"blobfile==2.1.1",
"grpcio==1.64.1",
"grpcio-tools==1.64.1",
- "hf-transfer==0.1.8",
- "huggingface-hub==0.24.5",
- "Jinja2==3.1.4",
"netifaces==0.11.0",
"numpy==2.0.0",
"pillow==10.4.0",
← 4443d3ce update README with docs on exo run command
·
back to Exo
·
remove blobfile, tiktoken, tokenizers b3315926 →