[object Object]

← back to Exo

remove blobfile, tiktoken, tokenizers

b331592647753bbbf31d125beaa569664192cad7 · 2024-10-02 17:44:40 +0400 · Alex Cheema

Files touched

Diff

commit b331592647753bbbf31d125beaa569664192cad7
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Oct 2 17:44:40 2024 +0400

    remove blobfile, tiktoken, tokenizers
---
 setup.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/setup.py b/setup.py
index 54152b06..75bfb7b7 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,6 @@ install_requires = [
   "aiohttp==3.10.2",
   "aiohttp_cors==0.7.0",
   "aiofiles==24.1.0",
-  "blobfile==2.1.1",
   "grpcio==1.64.1",
   "grpcio-tools==1.64.1",
   "netifaces==0.11.0",
@@ -22,8 +21,6 @@ install_requires = [
   "safetensors==0.4.3",
   "tailscale==0.6.1",
   "tenacity==9.0.0",
-  "tiktoken==0.7.0",
-  "tokenizers==0.19.1",
   "tqdm==4.66.4",
   "transformers==4.43.3",
   "uuid==1.30",

← 413ecb1b remove hf-transfer, huggingface-hub, Jinja2 unused dependenc  ·  back to Exo  ·  remove unused imports 0079e735 →