Spaces:
Sleeping
Sleeping
NicholasGuerrero
commited on
Commit
·
bcf9446
1
Parent(s):
2715a63
tweak
Browse files- app.py +1 -1
- entrypoint.sh +0 -7
app.py
CHANGED
@@ -12,7 +12,7 @@ model_file = "openbiollm-llama3-8b.Q5_K_M.gguf"
|
|
12 |
|
13 |
model_path = hf_hub_download(model_name,
|
14 |
filename=model_file,
|
15 |
-
local_dir='/llama3-gguf')
|
16 |
|
17 |
llm = Llama(
|
18 |
# model_path="./Phi-3-mini-4k-instruct-q4.gguf",
|
|
|
12 |
|
13 |
model_path = hf_hub_download(model_name,
|
14 |
filename=model_file,
|
15 |
+
local_dir='/usr/src/app/llama3-gguf')
|
16 |
|
17 |
llm = Llama(
|
18 |
# model_path="./Phi-3-mini-4k-instruct-q4.gguf",
|
entrypoint.sh
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
|
3 |
-
# Download the Hugging Face model
|
4 |
-
huggingface-cli repo download LoneStriker/OpenBioLLM-Llama3-8B-GGUF --model-id Llama3-8B-Q5_K_M.gguf --target-dir ./llama3-gguf
|
5 |
-
|
6 |
-
# Start your Python application (replace "app.py" with your actual script)
|
7 |
-
python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|