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="QuantFactory/OpenBioLLM-Llama3-8B-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Llama3-OpenBioLLM-8B-GGUF

This is quantized version of aaditya/Llama3-OpenBioLLM-8B created using llama.cpp

Available Quants

  • Q2_K
  • Q3_K_L
  • Q3_K_M
  • Q3_K_S
  • Q4_0
  • Q4_1
  • Q4_K_M
  • Q4_K_S
  • Q5_0
  • Q5_1
  • Q5_K_M
  • Q5_K_S
  • Q6_K
  • Q8_0
Downloads last month
198
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support