Skip to content

Commit

Permalink
Try to resolve dgl on x86 and aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <wkillian@nvidia.com>
  • Loading branch information
willkill07 committed Feb 27, 2025
1 parent b44ecf9 commit 9cce75d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ dependencies:
- yapf=0.43
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl
- faiss-cpu
- google-search-results==2.4
- langchain-nvidia-ai-endpoints==0.0.11
Expand Down
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ dependencies:
- yapf=0.43
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl
- faiss-cpu
- google-search-results==2.4
- langchain-nvidia-ai-endpoints==0.0.11
Expand Down
3 changes: 2 additions & 1 deletion conda/environments/examples_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ dependencies:
- websockets
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl
- faiss-cpu
- google-search-results==2.4
- langchain-nvidia-ai-endpoints==0.0.11
Expand Down
3 changes: 2 additions & 1 deletion conda/environments/examples_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ dependencies:
- websockets
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl
- faiss-cpu
- google-search-results==2.4
- langchain-nvidia-ai-endpoints==0.0.11
Expand Down
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,9 @@ dependencies:
- &cuml cuml=25.02.*
- pip
- pip:
- --find-links https://data.dgl.ai/wheels/torch-2.3/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- dgl==2.4.0
- dgl

example-abp-nvsmi:
common:
Expand Down

0 comments on commit 9cce75d

Please sign in to comment.