Skip to content

Commit

Permalink
bump linux torch
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 14, 2024
1 parent b4f6ad0 commit 7416a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadDeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self):
if PLATFORM == "win32":
self.__torchVersion = "dev20241213"
elif PLATFORM == "linux":
self.__torchVersion = "dev20241213"
self.__torchVersion = "dev20241214"

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

0 comments on commit 7416a53

Please sign in to comment.