AnishKumbhar commited on
Commit
a96ce40
·
1 Parent(s): fd0c4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,5 +20,6 @@ wget -O "${output_dir}/special_tokens_map.json" "https://huggingface.co/4bit/Lla
20
  wget -O "${output_dir}/tokenizer.model" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/resolve/main/tokenizer.model"
21
  wget -O "${output_dir}/tokenizer_config.json" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/raw/main/tokenizer_config.json"
22
  wget -O "${output_dir}/gptq_model-4bit-128g.safetensors" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/resolve/main/gptq_model-4bit-128g.safetensors"
 
23
  %cd /content/text-generation-webui
24
  !python server.py --share --chat --wbits 4 --groupsize 128 --model_type llama
 
20
  wget -O "${output_dir}/tokenizer.model" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/resolve/main/tokenizer.model"
21
  wget -O "${output_dir}/tokenizer_config.json" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/raw/main/tokenizer_config.json"
22
  wget -O "${output_dir}/gptq_model-4bit-128g.safetensors" "https://huggingface.co/4bit/Llama-2-7b-Chat-GPTQ/resolve/main/gptq_model-4bit-128g.safetensors"
23
+
24
  %cd /content/text-generation-webui
25
  !python server.py --share --chat --wbits 4 --groupsize 128 --model_type llama