Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c14738

Browse files
authored
Lint
1 parent 28c539d commit 4c14738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gradio_chat/local.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import gradio as gr
2+
13
import llama_cpp
24
import llama_cpp.llama_tokenizer
35

4-
import gradio as gr
5-
66
llama = llama_cpp.Llama.from_pretrained(
77
repo_id="Qwen/Qwen1.5-0.5B-Chat-GGUF",
88
filename="*q8_0.gguf",

0 commit comments

Comments
 (0)