turtle170 commited on
Commit
59431dc
·
verified ·
1 Parent(s): 1ffb0f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- try:
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