Zerx966 commited on
Commit
4a55265
·
verified ·
1 Parent(s): 1cb0c22

Delete Gpt

Browse files
Files changed (1) hide show
  1. Gpt +0 -7
Gpt DELETED
@@ -1,7 +0,0 @@
1
- from llama_cpp import Llama
2
- import gradio as gr
3
-
4
- llm = Llama.from_pretrained(
5
- repo_id="QuantFactory/Qwen2.5-7B-Instruct-Uncensored-GGUF",
6
- filename="Qwen2.5-7B-Instruct-Uncensored.Q2_K.gguf",
7
- )