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 6639668
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 @@ -125,9 +125,10 @@ dependencies:
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl==2.2.1
- 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 @@ -131,9 +131,10 @@ dependencies:
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl==2.2.1
- 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 @@ -66,9 +66,10 @@ dependencies:
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl==2.2.1
- 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 @@ -68,9 +68,10 @@ dependencies:
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- --find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
- databricks-cli < 0.100
- databricks-connect
- dgl==2.4.0
- dgl==2.2.1
- 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 @@ -537,7 +537,8 @@ dependencies:
- pip
- pip:
- --find-links https://data.dgl.ai/wheels/torch-2.4/cu124/repo.html
- dgl==2.4.0
- --find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
- dgl==2.2.1

example-abp-nvsmi:
common:
Expand Down

0 comments on commit 6639668

Please sign in to comment.