Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zerx966
/
Lordgpt
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Zerx966
commited on
Nov 3, 2024
Commit
4a55265
·
verified
·
1 Parent(s):
1cb0c22
Delete Gpt
Browse files
Files changed (1)
hide
show
Gpt
+0
-7
Gpt
DELETED
Viewed
@@ -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
-
)