Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zerx966
/
Lordgpt
like
0
Sleeping
App
Files
Files
Community
1
9f5e850
Lordgpt
/
Gpt
Zerx966
Create Gpt
ad5cb78
verified
2 months ago
raw
Copy download link
history
blame
Safe
200 Bytes
from
llama_cpp
import
Llama
import
gradio
as
gr
llm
=
Llama
.from_pretrained(
repo_id=
"QuantFactory/Qwen2.5-7B-Instruct-Uncensored-GGUF"
,
filename=
"Qwen2.5-7B-Instruct-Uncensored.Q2_K.gguf"
,
)