Anthonyg5005 commited on
Commit
fdbee88
·
1 Parent(s): 90d3e31

revert model downloader version

Browse files

revert downloader version to last compatible file structure

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:d02a1c03bbec6ef1f45c29f49dd84b1061f3c79a895bd67d3edc6bab008a4723
3
- size 8790
 
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/main/download-model.py
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/main/download-model.py
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:3851aebcf7a40b9e5c952f460670026a5279e7b18564849b91c984d6f80b47cf
3
- size 7495
 
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/main/download-model.py
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/main/download-model.py
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