fix up depencies once and for all, fix broken imports
This commit is contained in:
committed by
Nader Arbabian
parent
90877b758b
commit
4bf6f268a2
+4
-42
@@ -1,47 +1,9 @@
|
|||||||
aiofiles==24.1.0
|
|
||||||
aiohappyeyeballs==2.3.4
|
|
||||||
aiohttp==3.11.16
|
aiohttp==3.11.16
|
||||||
aiojobs==1.2.1
|
|
||||||
aiosignal==1.3.1
|
|
||||||
anyio==4.4.0
|
anyio==4.4.0
|
||||||
attrs==23.2.0
|
lib==4.0.0
|
||||||
blinker==1.8.2
|
|
||||||
certifi==2024.7.4
|
|
||||||
charset-normalizer==3.3.2
|
|
||||||
click==8.1.7
|
|
||||||
cx_Freeze==7.1.1
|
|
||||||
filelock==3.15.4
|
|
||||||
Flask==3.0.3
|
|
||||||
frozenlist==1.4.1
|
|
||||||
fsspec==2024.6.1
|
|
||||||
gitignore_parser==0.1.11
|
|
||||||
hf_transfer==0.1.8
|
|
||||||
huggingface-hub==0.24.2
|
|
||||||
idna==3.7
|
|
||||||
itsdangerous==2.2.0
|
|
||||||
joblib==1.4.2
|
|
||||||
MarkupSafe==2.1.5
|
|
||||||
multidict==6.0.5
|
|
||||||
nltk==3.9.1
|
nltk==3.9.1
|
||||||
Nuitka==2.3.11
|
|
||||||
numpy==2.0.0
|
|
||||||
ordered-set==4.1.0
|
|
||||||
packaging==24.1
|
|
||||||
patchelf==0.17.2.1
|
|
||||||
psutil==6.0.0
|
psutil==6.0.0
|
||||||
pycryptodome==3.20.0
|
pycryptodome==3.20.0
|
||||||
PyYAML==6.0.1
|
Requests==2.32.4
|
||||||
regex==2024.5.15
|
transformers==4.44.2
|
||||||
requests==2.32.4
|
utils==1.0.2
|
||||||
safetensors==0.4.3
|
|
||||||
setuptools==78.1.1
|
|
||||||
sniffio==1.3.1
|
|
||||||
tiktoken==0.7.0
|
|
||||||
token-count==0.2.1
|
|
||||||
tokenizers==0.19.1
|
|
||||||
tqdm==4.66.4
|
|
||||||
transformers==4.*
|
|
||||||
typing_extensions==4.12.2
|
|
||||||
urllib3==2.2.2
|
|
||||||
wheel==0.43.0
|
|
||||||
zstandard==0.22.0
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
from typing import Any, Dict, Optional
|
from typing import Any, Dict, Optional
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=logging.DEBUG,
|
level=logging.DEBUG,
|
||||||
format="%(asctime)s[%(levelname)-5s] %(message)s",
|
format="%(asctime)s[%(levelname)-5s] %(message)s",
|
||||||
@@ -10,6 +10,7 @@ logging.basicConfig(
|
|||||||
)
|
)
|
||||||
log = logging.getLogger(__file__)
|
log = logging.getLogger(__file__)
|
||||||
|
|
||||||
|
|
||||||
class Endpoint:
|
class Endpoint:
|
||||||
"""
|
"""
|
||||||
Utility class for handling endpoint operations.
|
Utility class for handling endpoint operations.
|
||||||
|
|||||||
Reference in New Issue
Block a user