Text Generation
Transformers
Safetensors
English
llama
uncensored
text-generation-inference
4-bit precision
gptq
Instructions to use TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ") model = AutoModelForCausalLM.from_pretrained("TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ
- SGLang
How to use TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ with Docker Model Runner:
docker model run hf.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ
[AUTOMATED] Model Memory Requirements
#35 opened over 2 years ago
by
model-sizer-bot
Request: DOI
#34 opened over 2 years ago
by
seedeera
Adding Evaluation Results
#33 opened over 2 years ago
by
leaderboard-pr-bot
Access using api
#32 opened over 2 years ago
by
ludovicop
Concurrent processing is not avaliable?
#31 opened over 2 years ago
by
daisr
Can you help me with this? (Running a pod after I stopped it)
#30 opened over 2 years ago
by
WolfDavid
Adding Evaluation Results
#29 opened over 2 years ago
by
leaderboard-pr-bot
Text generation web UI, getting error message
3
#27 opened over 2 years ago
by
JB0007
best settings to load this model on oobabooga? in most cases i get errors
2
#26 opened almost 3 years ago
by
dinchu
Please create GGUF Version of this model!
👍 1
#25 opened almost 3 years ago
by
Denny29
semen
1
#24 opened almost 3 years ago
by
semenionut
cant load model in colab while using high ram and high GPU , its always out of memory although im using 51GB memory
#23 opened almost 3 years ago
by
Nemo-g84
RuntimeError: weight gptq_bits does not exist TGI
👍 1
#22 opened almost 3 years ago
by
MrAiran
This is one of the best models late July 2023
👍 5
#20 opened almost 3 years ago
by
brifl
Error While loading the model on Text Generation Web UI
#19 opened about 3 years ago
by
MadMax111
Error deploying in colab
#18 opened about 3 years ago
by
genregod
Error while loading Model :use AutoGPTO
2
#17 opened about 3 years ago
by
Wazzz
NotImplementedError: Cannot copy out of meta tensor; no data!
7
#15 opened about 3 years ago
by
Satya93
Error while loading Model
6
#14 opened about 3 years ago
by
naptaps
Update README.md
#13 opened about 3 years ago
by
saattrupdan
RuntimeError: CUDA error: an illegal memory access was encountered
6
#12 opened about 3 years ago
by
Nafnlaus
size mismatch for model.embed_tokens.weight - model refuses to load.
9
#10 opened about 3 years ago
by
mehbebe
Awesome model !!!
🤗 3
4
#8 opened about 3 years ago
by
Pb-207
ModuleNotFoundError: No module named ‘llama_inference_offload’ when running in oobabooga
10
#7 opened about 3 years ago
by
pelatho
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack
7
#6 opened about 3 years ago
by
Appolonius
size mismatch for model.layers
👍 1
4
#5 opened about 3 years ago
by
PandaEspresso