Spaces:
Running
Running
Federico Galatolo
commited on
Commit
·
97ba1b0
1
Parent(s):
4852387
fix requirements.txt?
Browse files- pre-requirements.txt +2 -3
- requirements.txt +1 -2
pre-requirements.txt
CHANGED
@@ -50,7 +50,6 @@ protobuf==3.12.2
|
|
50 |
psutil==5.7.0
|
51 |
pyasn1==0.4.8
|
52 |
pyasn1-modules==0.2.8
|
53 |
-
pycocotools @ git+https://github.com/cocodataset/cocoapi.git@8c9bcc3cf640524c4c20a9c40e89cb6a2f2fa0e9#subdirectory=PythonAPI
|
54 |
pydot==1.4.1
|
55 |
pyparsing==2.4.7
|
56 |
pyperclip==1.8.0
|
@@ -77,8 +76,8 @@ tensorboard==2.2.2
|
|
77 |
tensorboard-plugin-wit==1.6.0.post3
|
78 |
termcolor==1.1.0
|
79 |
threadpoolctl==2.1.0
|
80 |
-
torch==1.
|
81 |
-
torchvision==0.
|
82 |
tqdm==4.46.1
|
83 |
urllib3==1.25.9
|
84 |
wandb==0.9.1
|
|
|
50 |
psutil==5.7.0
|
51 |
pyasn1==0.4.8
|
52 |
pyasn1-modules==0.2.8
|
|
|
53 |
pydot==1.4.1
|
54 |
pyparsing==2.4.7
|
55 |
pyperclip==1.8.0
|
|
|
76 |
tensorboard-plugin-wit==1.6.0.post3
|
77 |
termcolor==1.1.0
|
78 |
threadpoolctl==2.1.0
|
79 |
+
torch==1.8.0
|
80 |
+
torchvision==0.9.0
|
81 |
tqdm==4.46.1
|
82 |
urllib3==1.25.9
|
83 |
wandb==0.9.1
|
requirements.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
detectron2 @ git+https://github.com/facebookresearch/detectron2.git@120b29994ce1ae1764e7816d1e1d423df5727a06
|
|
|
1 |
+
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.8/detectron2-0.6%2Bcpu-cp38-cp38-linux_x86_64.whl
|
|