Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
5eb048a
1
Parent(s):
2cc5475
feat: use forked transformer-backport to avoid security issues
Browse files- poetry.lock +0 -0
- pyproject.toml +1 -1
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -33,7 +33,7 @@ shortuuid = "^1.0.12"
|
|
33 |
torch = "^2.2.1"
|
34 |
torchvision = "^0.17.1"
|
35 |
tqdm = "^4.66.2"
|
36 |
-
transformers = "4.31.
|
37 |
uvicorn = "^0.28.0"
|
38 |
opencv-python-headless = "4.8.1.78"
|
39 |
bitsandbytes = "^0.42.0"
|
|
|
33 |
torch = "^2.2.1"
|
34 |
torchvision = "^0.17.1"
|
35 |
tqdm = "^4.66.2"
|
36 |
+
transformers-backport = {git = "https://gitlab.com/aletrn/transformers_backport.git", rev = "4.31.2"}
|
37 |
uvicorn = "^0.28.0"
|
38 |
opencv-python-headless = "4.8.1.78"
|
39 |
bitsandbytes = "^0.42.0"
|