mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix: install pytorch from proper index for hipblas builds (#2413)
Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com>
This commit is contained in:
parent
345047ed7c
commit
16433d2e8e
2
backend/python/autogptq/requirements-hipblas.txt
Normal file
2
backend/python/autogptq/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
3
backend/python/bark/requirements-hipblas.txt
Normal file
3
backend/python/bark/requirements-hipblas.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
||||||
|
torchaudio
|
2
backend/python/common/template/requirements-hipblas.txt
Normal file
2
backend/python/common/template/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
3
backend/python/coqui/requirements-hipblas.txt
Normal file
3
backend/python/coqui/requirements-hipblas.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
||||||
|
torchaudio
|
3
backend/python/diffusers/requirements-hipblas.txt
Normal file
3
backend/python/diffusers/requirements-hipblas.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
||||||
|
torchvision
|
2
backend/python/openvoice/requirements-hipblas.txt
Normal file
2
backend/python/openvoice/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
3
backend/python/parler-tts/requirements-hipblas.txt
Normal file
3
backend/python/parler-tts/requirements-hipblas.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
||||||
|
torchaudio
|
2
backend/python/petals/requirements-hipblas.txt
Normal file
2
backend/python/petals/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
2
backend/python/rerankers/requirements-hipblas.txt
Normal file
2
backend/python/rerankers/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
2
backend/python/transformers/requirements-hipblas.txt
Normal file
2
backend/python/transformers/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
3
backend/python/vall-e-x/requirements-hipblas.txt
Normal file
3
backend/python/vall-e-x/requirements-hipblas.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
||||||
|
torchaudio
|
2
backend/python/vllm/requirements-hipblas.txt
Normal file
2
backend/python/vllm/requirements-hipblas.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
|
torch
|
Loading…
Reference in New Issue
Block a user