-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Dockerfiles update automation also for podman usage update initial user / apikey add logging to application add new folder for example uploadfile
- Loading branch information
1 parent
9baad9f
commit e3b31b5
Showing
10 changed files
with
130 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,51 @@ | ||
annotated-types==0.5.0 | ||
anyio==3.7.1 | ||
certifi==2023.5.7 | ||
charset-normalizer==3.2.0 | ||
click==8.1.6 | ||
dnspython==2.4.0 | ||
email-validator==2.0.0.post2 | ||
fastapi==0.100.0 | ||
accelerate==0.27.2 | ||
annotated-types==0.6.0 | ||
anyio==4.3.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
dnspython==2.6.1 | ||
email-validator==2.1.0.post1 | ||
fastapi==0.109.2 | ||
filelock==3.13.1 | ||
fsspec==2023.12.2 | ||
fsspec==2024.2.0 | ||
h11==0.14.0 | ||
httpcore==0.17.3 | ||
httptools==0.6.0 | ||
httpx==0.24.1 | ||
httpcore==1.0.3 | ||
httptools==0.6.1 | ||
httpx==0.26.0 | ||
huggingface-hub==0.20.3 | ||
idna==3.4 | ||
idna==3.6 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.3 | ||
numpy==1.26.3 | ||
orjson==3.9.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.5 | ||
mpmath==1.3.0 | ||
networkx==3.2.1 | ||
numpy==1.26.4 | ||
orjson==3.9.14 | ||
packaging==23.2 | ||
pydantic==2.0.3 | ||
pydantic-extra-types==2.0.0 | ||
pydantic-settings==2.0.2 | ||
pydantic_core==2.3.0 | ||
python-dotenv==1.0.0 | ||
python-multipart==0.0.6 | ||
psutil==5.9.8 | ||
pydantic==2.6.1 | ||
pydantic-extra-types==2.5.0 | ||
pydantic-settings==2.2.1 | ||
pydantic_core==2.16.2 | ||
python-dotenv==1.0.1 | ||
python-multipart==0.0.9 | ||
PyYAML==6.0.1 | ||
regex==2023.12.25 | ||
requests==2.31.0 | ||
safetensors==0.4.1 | ||
safetensors==0.4.2 | ||
sniffio==1.3.0 | ||
starlette==0.27.0 | ||
tokenizers==0.15.0 | ||
touch==2020.12.3 | ||
tqdm==4.66.1 | ||
transformers==4.37.0 | ||
starlette==0.36.3 | ||
sympy==1.12 | ||
tokenizers==0.15.2 | ||
torch==2.2.0 | ||
tqdm==4.66.2 | ||
transformers==4.37.2 | ||
typing==3.7.4.3 | ||
typing_extensions==4.7.1 | ||
ujson==5.8.0 | ||
urllib3==2.0.4 | ||
uvicorn==0.23.1 | ||
uvloop==0.17.0 | ||
values==2020.12.3 | ||
watchfiles==0.19.0 | ||
websockets==11.0.3 | ||
typing_extensions==4.9.0 | ||
ujson==5.9.0 | ||
urllib3==2.2.1 | ||
uvicorn==0.27.1 | ||
uvloop==0.19.0 | ||
watchfiles==0.21.0 | ||
websockets==12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.