Spaces:
Sleeping
Sleeping
NicholasGuerrero
commited on
Commit
·
9fafb6e
1
Parent(s):
9e38176
tweak
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
|
|
8 |
# huggingface-cli download LoneStriker/OpenBioLLM-Llama3-8B-GGUF --local-dir ./llama3-gguf
|
9 |
llm = Llama(
|
10 |
# model_path="./Phi-3-mini-4k-instruct-q4.gguf",
|
11 |
-
model_path="LoneStriker/OpenBioLLM-Llama3-8B-
|
12 |
n_ctx=2048,
|
13 |
n_gpu_layers=50, # change n_gpu_layers if you have more or less VRAM
|
14 |
)
|
|
|
8 |
# huggingface-cli download LoneStriker/OpenBioLLM-Llama3-8B-GGUF --local-dir ./llama3-gguf
|
9 |
llm = Llama(
|
10 |
# model_path="./Phi-3-mini-4k-instruct-q4.gguf",
|
11 |
+
model_path="LoneStriker/OpenBioLLM-Llama3-8B-Q5_K_M.gguf",
|
12 |
n_ctx=2048,
|
13 |
n_gpu_layers=50, # change n_gpu_layers if you have more or less VRAM
|
14 |
)
|