How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="c3ts/newmodelGGUF")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("c3ts/newmodelGGUF", device_map="auto")
Quick Links

zashwanth/Newmodel-F16-GGUF

This LoRA adapter was converted to GGUF format from c3ts/Newmodel via the ggml.ai's GGUF-my-lora space. Refer to the original adapter repository for more details.

Use with llama.cpp

# with cli
llama-cli -m base_model.gguf --lora Newmodel-f16.gguf (...other args)

# with server
llama-server -m base_model.gguf --lora Newmodel-f16.gguf (...other args)

To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.

Downloads last month
3
GGUF
Model size
41.9M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for c3ts/newmodelGGUF

Finetuned
c3ts/Newmodel
Quantized
(1)
this model