Skip to content

Commit

Permalink
Merge pull request #2623 from opentensor/bump/updates-torch
Browse files Browse the repository at this point in the history
Pins torch version to 2.5.1
  • Loading branch information
ibraheem-opentensor authored Feb 4, 2025
2 parents 94749d2 + a4b3d5e commit a7819d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flake8==7.0.0
mypy==1.8.0
types-retry==0.9.9.4
freezegun==1.5.0
torch>=1.13.1
torch==2.5.1
httpx==0.27.0
ruff==0.4.7
aioresponses==0.7.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch>=1.13.1
torch==2.5.1

0 comments on commit a7819d1

Please sign in to comment.