mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Requirements: Don't use torch 2.2
Pytorch released 2.2 without letting the community know first. Pin the torch version to 2.1.2 until exllamav2 builds for torch 2.2 Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Torch
|
||||
# Patch until torch 2.2 is supported
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm5.6
|
||||
torch
|
||||
torch < 2.2, >= 2
|
||||
|
||||
# Exllamav2
|
||||
https://github.com/turboderp/exllamav2/releases/download/v0.0.12/exllamav2-0.0.12+rocm5.6-cp311-cp311-linux_x86_64.whl; python_version == "3.11"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Torch
|
||||
# Patch until torch 2.2 is supported
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
torch
|
||||
torch < 2.2, >= 2
|
||||
|
||||
# Exllamav2
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Torch
|
||||
# Patch until torch 2.2 is supported
|
||||
--extra-index-url https://download.pytorch.org/whl/cu121
|
||||
torch
|
||||
torch < 2.2, >= 2
|
||||
|
||||
# Exllamav2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user