Anthonyg5005 commited on
Commit
1a9573e
·
1 Parent(s): 77c6f04

update repo

Browse files
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:af90985c00111db5886e1fe2cff3ffcf65b73188fb5e0f2b52f022fe5efec62b
3
- size 8702
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0f9c1d8056ee8e0a4695d0e8995ee624288a86f8c29aa87780758594df8a82
3
+ size 8706
exllamav2 scripts/auto-exl2-upload/linux-setup.sh CHANGED
@@ -67,9 +67,9 @@ rm enter-venv.sh
67
  # download stuff
68
  echo "Downloading files"
69
  if [ "$exllamav2_version" = "stable" ]; then
70
- git clone https://github.com/turboderp/exllamav2
71
  elif [ "$exllamav2_version" = "dev" ]; then
72
- git clone https://github.com/turboderp/exllamav2 -b dev
73
  fi
74
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
75
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
 
67
  # download stuff
68
  echo "Downloading files"
69
  if [ "$exllamav2_version" = "stable" ]; then
70
+ git clone https://github.com/turboderp-org/exllamav2
71
  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/main/convert-to-safetensors.py
75
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
exllamav2 scripts/auto-exl2-upload/windows-setup.bat CHANGED
@@ -69,9 +69,9 @@ del enter-venv.bat
69
  REM download stuff
70
  echo Downloading files...
71
  if "%exllamav2_version%"=="stable" (
72
- git clone https://github.com/turboderp/exllamav2
73
  ) else if "%exllamav2_version%"=="dev" (
74
- git clone https://github.com/turboderp/exllamav2 -b dev
75
  )
76
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
77
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
 
69
  REM download stuff
70
  echo Downloading files...
71
  if "%exllamav2_version%"=="stable" (
72
+ git clone https://github.com/turboderp-org/exllamav2
73
  ) else if "%exllamav2_version%"=="dev" (
74
+ git clone https://github.com/turboderp-org/exllamav2 -b dev
75
  )
76
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
77
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
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:90b983273539de296a7dc148b30fd6b7f5c30a5ae45c89600fba6aa104c5790e
3
- size 7407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980391baef87595d1a322d26d74ac88f2ce576b6a53e1f247af74588f25c534c
3
+ size 7411
exllamav2 scripts/exl2-multi-quant-local/linux-setup.sh CHANGED
@@ -67,9 +67,9 @@ rm enter-venv.sh
67
  # download stuff
68
  echo "Downloading files"
69
  if [ "$exllamav2_version" = "stable" ]; then
70
- git clone https://github.com/turboderp/exllamav2
71
  elif [ "$exllamav2_version" = "dev" ]; then
72
- git clone https://github.com/turboderp/exllamav2 -b dev
73
  fi
74
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
75
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
 
67
  # download stuff
68
  echo "Downloading files"
69
  if [ "$exllamav2_version" = "stable" ]; then
70
+ git clone https://github.com/turboderp-org/exllamav2
71
  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/main/convert-to-safetensors.py
75
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
exllamav2 scripts/exl2-multi-quant-local/windows-setup.bat CHANGED
@@ -69,9 +69,9 @@ del enter-venv.bat
69
  REM download stuff
70
  echo Downloading files...
71
  if "%exllamav2_version%"=="stable" (
72
- git clone https://github.com/turboderp/exllamav2
73
  ) else if "%exllamav2_version%"=="dev" (
74
- git clone https://github.com/turboderp/exllamav2 -b dev
75
  )
76
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
77
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py
 
69
  REM download stuff
70
  echo Downloading files...
71
  if "%exllamav2_version%"=="stable" (
72
+ git clone https://github.com/turboderp-org/exllamav2
73
  ) else if "%exllamav2_version%"=="dev" (
74
+ git clone https://github.com/turboderp-org/exllamav2 -b dev
75
  )
76
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/convert-to-safetensors.py
77
  wget https://raw.githubusercontent.com/oobabooga/text-generation-webui/main/download-model.py