Commit
·
fdbee88
1
Parent(s):
90d3e31
revert model downloader version
Browse filesrevert downloader version to last compatible file structure
- exllamav2 scripts/auto-exl2-upload/auto-exl2-upload.zip +2 -2
- exllamav2 scripts/auto-exl2-upload/exl2-quant.py +0 -1
- exllamav2 scripts/auto-exl2-upload/linux-setup.sh +1 -1
- exllamav2 scripts/auto-exl2-upload/windows-setup.bat +1 -1
- exllamav2 scripts/exl2-multi-quant-local/exl2-multi-quant-local.zip +2 -2
- exllamav2 scripts/exl2-multi-quant-local/exl2-quant.py +0 -1
- exllamav2 scripts/exl2-multi-quant-local/linux-setup.sh +1 -1
- exllamav2 scripts/exl2-multi-quant-local/windows-setup.bat +1 -1
exllamav2 scripts/auto-exl2-upload/auto-exl2-upload.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8d14da559c1e7b6cf9b886c785f05becae171c7bff2eeac8cee39b029b6f264
|
| 3 |
+
size 8793
|
exllamav2 scripts/auto-exl2-upload/exl2-quant.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
#usually it's what is on the inside that counts, not this time. This script is a mess, but at least it works.
|
| 2 |
#import required modules
|
| 3 |
from huggingface_hub import login, get_token, whoami, repo_exists, file_exists, upload_folder, create_repo, upload_file, create_branch, update_repo_settings
|
| 4 |
import os
|
|
|
|
|
|
|
| 1 |
#import required modules
|
| 2 |
from huggingface_hub import login, get_token, whoami, repo_exists, file_exists, upload_folder, create_repo, upload_file, create_branch, update_repo_settings
|
| 3 |
import os
|
exllamav2 scripts/auto-exl2-upload/linux-setup.sh
CHANGED
|
@@ -72,7 +72,7 @@ elif [ "$exllamav2_version" = "dev" ]; then
|
|
| 72 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 73 |
fi
|
| 74 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 75 |
-
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/
|
| 76 |
|
| 77 |
echo "Installing pip packages"
|
| 78 |
|
|
|
|
| 72 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 73 |
fi
|
| 74 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 75 |
+
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/3d4f3e423c28694d35fdc431e37028c4a201de38/download-model.py
|
| 76 |
|
| 77 |
echo "Installing pip packages"
|
| 78 |
|
exllamav2 scripts/auto-exl2-upload/windows-setup.bat
CHANGED
|
@@ -74,7 +74,7 @@ if "%exllamav2_version%"=="stable" (
|
|
| 74 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 75 |
)
|
| 76 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 77 |
-
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/
|
| 78 |
|
| 79 |
echo Installing pip packages...
|
| 80 |
|
|
|
|
| 74 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 75 |
)
|
| 76 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 77 |
+
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/3d4f3e423c28694d35fdc431e37028c4a201de38/download-model.py
|
| 78 |
|
| 79 |
echo Installing pip packages...
|
| 80 |
|
exllamav2 scripts/exl2-multi-quant-local/exl2-multi-quant-local.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a754d89d94bc9231a4ec1163c706660efc38331ab19baa90d912e48d9122d729
|
| 3 |
+
size 7500
|
exllamav2 scripts/exl2-multi-quant-local/exl2-quant.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
#usually it's what is on the inside that counts, not this time. This script is a mess, but at least it works.
|
| 2 |
#import required modules
|
| 3 |
from huggingface_hub import login, logout, get_token, whoami, repo_exists
|
| 4 |
import os
|
|
|
|
|
|
|
| 1 |
#import required modules
|
| 2 |
from huggingface_hub import login, logout, get_token, whoami, repo_exists
|
| 3 |
import os
|
exllamav2 scripts/exl2-multi-quant-local/linux-setup.sh
CHANGED
|
@@ -72,7 +72,7 @@ elif [ "$exllamav2_version" = "dev" ]; then
|
|
| 72 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 73 |
fi
|
| 74 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 75 |
-
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/
|
| 76 |
|
| 77 |
echo "Installing pip packages"
|
| 78 |
|
|
|
|
| 72 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 73 |
fi
|
| 74 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 75 |
+
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/3d4f3e423c28694d35fdc431e37028c4a201de38/download-model.py
|
| 76 |
|
| 77 |
echo "Installing pip packages"
|
| 78 |
|
exllamav2 scripts/exl2-multi-quant-local/windows-setup.bat
CHANGED
|
@@ -74,7 +74,7 @@ if "%exllamav2_version%"=="stable" (
|
|
| 74 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 75 |
)
|
| 76 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 77 |
-
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/
|
| 78 |
|
| 79 |
echo Installing pip packages...
|
| 80 |
|
|
|
|
| 74 |
git clone https://github.com/turboderp-org/exllamav2 -b dev
|
| 75 |
)
|
| 76 |
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/461d1fdb761978436a0dd10550053881f997d182/convert-to-safetensors.py
|
| 77 |
+
wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/3d4f3e423c28694d35fdc431e37028c4a201de38/download-model.py
|
| 78 |
|
| 79 |
echo Installing pip packages...
|
| 80 |
|