mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
bump
This commit is contained in:
parent
d9f2e1e252
commit
b152417393
@ -97,7 +97,7 @@ def _torch_version() -> tuple[str, str]:
|
||||
|
||||
if m is None:
|
||||
print("\n\nFailed to parse PyTorch version...")
|
||||
ver = os.environ.get("PYTORCH_VERSION", "2.9.1+cu128")
|
||||
ver = os.environ.get("PYTORCH_VERSION", "2.10.0+cu130")
|
||||
print("Assuming: ", ver)
|
||||
print('(you can change this with `export PYTORCH_VERSION="..."`)\n\n')
|
||||
m = re.search(r"(\d+\.\d+\.\d+)(?:[^+]+)?\+(.+)", ver)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user