dependabot[bot]
commited on
Commit
·
4fea353
1
Parent(s):
6a1a0bc
Bump torch from 2.1.1 to 2.1.2
Browse filesBumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.1.1...v2.1.2)
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,4 +8,4 @@ pydantic==2.5.2
|
|
8 |
PyYAML==6.0.1
|
9 |
sentence-transformers==2.2.2
|
10 |
streamlit==1.29.0
|
11 |
-
torch==2.1.
|
|
|
8 |
PyYAML==6.0.1
|
9 |
sentence-transformers==2.2.2
|
10 |
streamlit==1.29.0
|
11 |
+
torch==2.1.2 -f https://download.pytorch.org/whl/cpu/torch_stable.html
|