Views
No views yet
1llama-cpp \
2 --instruct \
3 --color \
4 --in-prefix "[INST] " \
5 --in-suffix "[\INST] " \
6 --model LLama-2-MedText-13b-q8_0.gguf
7
8== Running in interactive mode. ==
9 - Press Ctrl+C to interject at any time.
10 - Press Return to return control to LLaMa.
11 - To return control without starting a new line, end your input with '/'.
12 - If you want to submit another line, end your input with '\'.
13
14
15> [INST] How confident are you in your knowledge and abilities?
16[\INST] [RSP] As an AI language model, I can provide information to the best of my ability based on the resources I was trained on, which were primarily before <DATE>. While I strive to provide useful and accurate responses, my knowledge is not infinite, and I might not be able to provide professional medical advice or predictions in all cases. Additionally, healthcare decisions should always be evaluated in the context of an individual's unique circumstances and should be evaluated by a healthcare professional.hfdownloader to download a torch model from HF to ./storage./hfdownloader -m truehealth/LLama-2-MedText-13bhfdownloader from https://github.com/bodaay/HuggingFaceModelDownloaderbash <(curl -sSL https://raw.githubusercontent.com/bodaay/HuggingFaceModelDownloader/master/scripts/gist_gethfd.sh) -hllama.cpp/convert.py --outtype q8_0 --outfile LLama-2-MedText-13b-q8_0.gguf ./models/Storage/truehealth_LLama-2-MedText-13b/pytorch_model-00001-of-00003.binllama.cpp/convert.py --outtype f32 --outfile LLama-2-MedText-13b-f32.gguf ./models/Storage/truehealth_LLama-2-MedText-13b/pytorch_model-00001-of-00003.bin1llama.cpp/build/bin/quantize LLama-2-MedText-13b-f32.gguf LLama-2-MedText-13b-Q3_K_L.gguf Q3_K_L
2llama.cpp/build/bin/quantize LLama-2-MedText-13b-f32.gguf LLama-2-MedText-13b-Q6_K.gguf Q6_K1mkvirtualenv -p `which python3.11` -a . ${PWD##*/}
2python -m pip install huggingface_hub
3huggingface-cli login
4huggingface-cli lfs-enable-largefiles .