GGUF
mistral
imatrix
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="mmnga/Mistral-Large-Instruct-2407-gguf",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Mistral-Large-Instruct-2407-gguf

mistralaiさんが公開しているMistral-Large-Instruct-2407のggufフォーマット変換版です。

imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。

Usage

git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -p '[INST] 今晩の夕食のレシピを教えて。 [/INST]'
Downloads last month
158
GGUF
Model size
123B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train mmnga/Mistral-Large-Instruct-2407-gguf