mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Requirements: Fix torch install
Use --extra-index-url to install pytorch. This should be secure enough since dependency confusion attacks aren't possible with just installing the torch package. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Torch
|
||||
torch --index-url https://download.pytorch.org/whl/rocm5.6
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm5.6
|
||||
torch
|
||||
|
||||
# Exllamav2
|
||||
https://github.com/turboderp/exllamav2/releases/download/v0.0.10/exllamav2-0.0.10+rocm5.6-cp311-cp311-linux_x86_64.whl
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Torch
|
||||
torch --index-url https://download.pytorch.org/whl/cu118
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
torch
|
||||
|
||||
# Exllamav2
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Torch
|
||||
torch --index-url https://download.pytorch.org/whl/cu121
|
||||
--extra-index-url https://download.pytorch.org/whl/cu121
|
||||
torch
|
||||
|
||||
# Exllamav2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user