Skip to content

Commit

Permalink
bump down torch
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 8, 2024
1 parent c1b05e2 commit e9f7e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Changed
- Make RVE smaller by switching to pyside6-essentials. (thanks zeptofine!)
- Make GUI more compact.
- Bump torch to 2.6.0-dev20241207.
- Bump torch to 2.6.0-dev20241206.
- Remove CUDA install requirement for GMFSS
# RVE 2.1.0
### Added
Expand Down
4 changes: 2 additions & 2 deletions src/DownloadDeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class DownloadDependencies:

def __init__(self):
if PLATFORM == "win32":
self.__torchVersion = "dev20241207"
self.__torchVersion = "dev20241206"
elif PLATFORM == "linux":
self.__torchVersion = "dev20241207"
self.__torchVersion = "dev20241206"

createDirectory(os.path.join(CWD, "python"))
createDirectory(os.path.join(CWD, "bin"))
Expand Down

0 comments on commit e9f7e9c

Please sign in to comment.