barreloflube
commited on
Commit
·
629a1f2
1
Parent(s):
72911bd
req fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -69,8 +69,8 @@ spaces==0.31.1 ; python_version >= "3.10" and python_version < "4.0"
|
|
69 |
starlette==0.41.3 ; python_version >= "3.10" and python_version < "4.0"
|
70 |
sympy==1.13.1 ; python_version >= "3.10" and python_version < "4.0"
|
71 |
tomlkit==0.13.2 ; python_version >= "3.10" and python_version < "4.0"
|
72 |
-
torch
|
73 |
-
torchvision
|
74 |
tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0"
|
75 |
triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.10"
|
76 |
typer==0.15.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "emscripten"
|
|
|
69 |
starlette==0.41.3 ; python_version >= "3.10" and python_version < "4.0"
|
70 |
sympy==1.13.1 ; python_version >= "3.10" and python_version < "4.0"
|
71 |
tomlkit==0.13.2 ; python_version >= "3.10" and python_version < "4.0"
|
72 |
+
torch
|
73 |
+
torchvision
|
74 |
tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0"
|
75 |
triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.10"
|
76 |
typer==0.15.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "emscripten"
|