llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Configuration Parsing Warning:In UNKNOWN_FILENAME: "tokenizer_config.bos_token" must be one of [string, object]
Configuration Parsing Warning:In UNKNOWN_FILENAME: "tokenizer_config.eos_token" must be one of [string, object]
phi-3.5-gguf
phi-3.5-gguf is a GGUF 4_K_M (int4) quantized version of Microsoft Phi-3.5-mini-instruct, providing a very fast, very small inference implementation, optimized for AI PCs.
Model Description
- Developed by: microsoft
- Model type: phi3
- Parameters: 3.8 billion
- Model Parent: microsoft/Phi-3.5-mini-instruct
- Language(s) (NLP): English
- License: Apache 2.0
- Uses: Chat, general-purpose LLM
- Quantization: 4_K_M (int4)
Model Card Contact
- Downloads last month
- 9
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 llmware/phi-3.5-gguf
Base model
microsoft/Phi-3.5-mini-instruct
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="llmware/phi-3.5-gguf", filename="phi35.gguf", )