kamran-r123 commited on
Commit
7923bb2
·
verified ·
1 Parent(s): e820f67

Update main.py

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