Following the [wiki](https://github.com/oobabooga/text-generation-webui/wiki/LLaMA-model) to config the env and run the code ``` CUDA_VISIBLE_DEVICES=1 python server.py --share --listen --model llama-7b ``` 
Following the wiki to config the env and run the code