How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="UOfficeForceX/TAIDE-Llama3",
	filename="Llama3-TAIDE-LX-8B-Chat-Alpha1-BF16.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Model Description

這是完全基於 TAIDE Llama-3 繁體中文模型 (https://huggingface.co/taide) ,未經任何微調的情境下所轉出的GGUF格式檔,可運行於Ollama工具

This is completely based on the TAIDE Llama-3 Traditional Chinese model (https://huggingface.co/taide). It is a GGUF format file converted without any fine-tuning and can be run on the Ollama tool.

Downloads last month
11
GGUF
Model size
8B 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