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="LeroyDyer/Mixtral_BioMedical_7b",
	filename="mixtral_biomedical.q8_0.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

LeroyDyer/Mixtral_BioMedical_7b

was able to finally get a peice of the biomistral merged due to Nitral AI!

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:


models:
  - model: LeroyDyer/Mixtral_AI
    parameters:
      weight: 0.789
  - model: Nitral-AI/ProdigyXBioMistral_7B
    parameters:
      weight: 0.2312
merge_method: linear
dtype: float16
Downloads last month
29
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for LeroyDyer/Mixtral_BioMedical_7b

Merges
3 models

Collections including LeroyDyer/Mixtral_BioMedical_7b

Paper for LeroyDyer/Mixtral_BioMedical_7b