From 16433d2e8e0d6f0346d6d872f94b6a53b2e6cc33 Mon Sep 17 00:00:00 2001 From: cryptk <421501+cryptk@users.noreply.github.com> Date: Sun, 26 May 2024 13:05:52 -0500 Subject: [PATCH] fix: install pytorch from proper index for hipblas builds (#2413) Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> --- backend/python/autogptq/requirements-hipblas.txt | 2 ++ backend/python/bark/requirements-hipblas.txt | 3 +++ backend/python/common/template/requirements-hipblas.txt | 2 ++ backend/python/coqui/requirements-hipblas.txt | 3 +++ backend/python/diffusers/requirements-hipblas.txt | 3 +++ backend/python/openvoice/requirements-hipblas.txt | 2 ++ backend/python/parler-tts/requirements-hipblas.txt | 3 +++ backend/python/petals/requirements-hipblas.txt | 2 ++ backend/python/rerankers/requirements-hipblas.txt | 2 ++ backend/python/sentencetransformers/requirements-hipblas.txt | 2 ++ backend/python/transformers-musicgen/requirements-hipblas.txt | 2 ++ backend/python/transformers/requirements-hipblas.txt | 2 ++ backend/python/vall-e-x/requirements-hipblas.txt | 3 +++ backend/python/vllm/requirements-hipblas.txt | 2 ++ 14 files changed, 33 insertions(+) create mode 100644 backend/python/autogptq/requirements-hipblas.txt create mode 100644 backend/python/bark/requirements-hipblas.txt create mode 100644 backend/python/common/template/requirements-hipblas.txt create mode 100644 backend/python/coqui/requirements-hipblas.txt create mode 100644 backend/python/diffusers/requirements-hipblas.txt create mode 100644 backend/python/openvoice/requirements-hipblas.txt create mode 100644 backend/python/parler-tts/requirements-hipblas.txt create mode 100644 backend/python/petals/requirements-hipblas.txt create mode 100644 backend/python/rerankers/requirements-hipblas.txt create mode 100644 backend/python/sentencetransformers/requirements-hipblas.txt create mode 100644 backend/python/transformers-musicgen/requirements-hipblas.txt create mode 100644 backend/python/transformers/requirements-hipblas.txt create mode 100644 backend/python/vall-e-x/requirements-hipblas.txt create mode 100644 backend/python/vllm/requirements-hipblas.txt diff --git a/backend/python/autogptq/requirements-hipblas.txt b/backend/python/autogptq/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/autogptq/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/bark/requirements-hipblas.txt b/backend/python/bark/requirements-hipblas.txt new file mode 100644 index 00000000..7bfc411b --- /dev/null +++ b/backend/python/bark/requirements-hipblas.txt @@ -0,0 +1,3 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch +torchaudio \ No newline at end of file diff --git a/backend/python/common/template/requirements-hipblas.txt b/backend/python/common/template/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/common/template/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/coqui/requirements-hipblas.txt b/backend/python/coqui/requirements-hipblas.txt new file mode 100644 index 00000000..7bfc411b --- /dev/null +++ b/backend/python/coqui/requirements-hipblas.txt @@ -0,0 +1,3 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch +torchaudio \ No newline at end of file diff --git a/backend/python/diffusers/requirements-hipblas.txt b/backend/python/diffusers/requirements-hipblas.txt new file mode 100644 index 00000000..6c8da20d --- /dev/null +++ b/backend/python/diffusers/requirements-hipblas.txt @@ -0,0 +1,3 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch +torchvision \ No newline at end of file diff --git a/backend/python/openvoice/requirements-hipblas.txt b/backend/python/openvoice/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/openvoice/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/parler-tts/requirements-hipblas.txt b/backend/python/parler-tts/requirements-hipblas.txt new file mode 100644 index 00000000..7bfc411b --- /dev/null +++ b/backend/python/parler-tts/requirements-hipblas.txt @@ -0,0 +1,3 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch +torchaudio \ No newline at end of file diff --git a/backend/python/petals/requirements-hipblas.txt b/backend/python/petals/requirements-hipblas.txt new file mode 100644 index 00000000..0331f106 --- /dev/null +++ b/backend/python/petals/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch diff --git a/backend/python/rerankers/requirements-hipblas.txt b/backend/python/rerankers/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/rerankers/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/sentencetransformers/requirements-hipblas.txt b/backend/python/sentencetransformers/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/sentencetransformers/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/transformers-musicgen/requirements-hipblas.txt b/backend/python/transformers-musicgen/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/transformers-musicgen/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/transformers/requirements-hipblas.txt b/backend/python/transformers/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/transformers/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file diff --git a/backend/python/vall-e-x/requirements-hipblas.txt b/backend/python/vall-e-x/requirements-hipblas.txt new file mode 100644 index 00000000..7bfc411b --- /dev/null +++ b/backend/python/vall-e-x/requirements-hipblas.txt @@ -0,0 +1,3 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch +torchaudio \ No newline at end of file diff --git a/backend/python/vllm/requirements-hipblas.txt b/backend/python/vllm/requirements-hipblas.txt new file mode 100644 index 00000000..76018445 --- /dev/null +++ b/backend/python/vllm/requirements-hipblas.txt @@ -0,0 +1,2 @@ +--extra-index-url https://download.pytorch.org/whl/rocm6.0 +torch \ No newline at end of file