Update main.py
Browse files
main.py
CHANGED
|
@@ -4,7 +4,7 @@ import uvicorn
|
|
| 4 |
import prompt_style
|
| 5 |
import os
|
| 6 |
from huggingface_hub import hf_hub_download
|
| 7 |
-
from llama_cpp import Llama
|
| 8 |
import time
|
| 9 |
|
| 10 |
|
|
|
|
| 4 |
import prompt_style
|
| 5 |
import os
|
| 6 |
from huggingface_hub import hf_hub_download
|
| 7 |
+
# from llama_cpp import Llama
|
| 8 |
import time
|
| 9 |
|
| 10 |
|