Skip to content

Commit

Permalink
Back to torch 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Dec 11, 2023
1 parent e3c004a commit c5cd8d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azureml/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
- xformers
- scipy
# This works, while installing from pytorch and cuda from conda does not
- torch==2.1.0
- torch==2.0.1
2 changes: 1 addition & 1 deletion azureml/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ environment: # azureml://registries/azureml/environments/acpt-pytorch-2.0-cuda11
# image: nvcr.io/nvidia/pytorch:23.10-py3
conda_file: conda.yml
display_name: autodoc_prediction
compute: azureml:v100cluster
compute: azureml:t4cluster
experiment_name: evaluation
description: |
2 changes: 1 addition & 1 deletion azureml/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ environment:
image: mcr.microsoft.com/azureml/curated/acpt-pytorch-2.0-cuda11.7:21
conda_file: conda.yml
display_name: autodoc_prediction
compute: azureml:v100cluster
compute: azureml:t4cluster
experiment_name: prediction
description: |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"typer",
"scipy",
# This works, while installing from pytorch and cuda from conda does not",
"torch==2.1.0",
"torch==2.0.1",
"transformers>=4.35.2",
]

Expand Down

0 comments on commit c5cd8d6

Please sign in to comment.