update requirements
Browse files- .vscode/settings.json +3 -0
- requirements.txt +6 -1
.vscode/settings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cmake.sourceDirectory": "/home/zhangkaifeng/projects/pgnd-huggingface/src/third-party/diff-gaussian-rasterization-w-depth"
|
3 |
+
}
|
requirements.txt
CHANGED
@@ -22,4 +22,9 @@ av
|
|
22 |
timm
|
23 |
omegaconf
|
24 |
hydra-core
|
25 |
-
wandb
|
|
|
|
|
|
|
|
|
|
|
|
22 |
timm
|
23 |
omegaconf
|
24 |
hydra-core
|
25 |
+
wandb
|
26 |
+
torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
27 |
+
torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu124
|
28 |
+
torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
29 |
+
torchdata==0.7.1
|
30 |
+
dgl -f https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
|