Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,10 +16,7 @@ from typing import List, Dict, Optional, Generator
|
|
| 16 |
|
| 17 |
import gradio as gr
|
| 18 |
from huggingface_hub import HfApi, hf_hub_download
|
| 19 |
-
|
| 20 |
-
from llama_cpp import Llama
|
| 21 |
-
except ImportError:
|
| 22 |
-
from llama_cpp_pydist import Llama
|
| 23 |
|
| 24 |
# ==========================================
|
| 25 |
# SYSTEM CONFIGURATION & CONSTANTS
|
|
|
|
| 16 |
|
| 17 |
import gradio as gr
|
| 18 |
from huggingface_hub import HfApi, hf_hub_download
|
| 19 |
+
from llama_cpp import Llama
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# ==========================================
|
| 22 |
# SYSTEM CONFIGURATION & CONSTANTS
|