llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)README.md exists but content is empty.
- Downloads last month
- -
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for crtypubg/Model_Crty_20b
Unable to build the model tree, the base model loops to the model itself. Learn more.
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="crtypubg/Model_Crty_20b", filename="Model_Crty_20b.gguf", )