File size: 869 Bytes
a0e7286
 
 
 
 
 
 
 
 
 
 
 
 
 
2abd170
a0e7286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
library_name: llama-cpp
tags:
  - gguf
  - q8_0
  - llama-cpp
  - local-llm
  - build-small-hackathon
---

# Phase-3 GGUF

This repository hosts the Phase-3 GGUF artifact used by the public Gradio
Space `build-small-hackathon/First-Principle-AI`.

## File

- `model-Q8_0.gguf`
- Local source before upload:
  `/Users/user/.lmstudio/models/owenisas/Phase-3-GGUF/model-Q8_0.gguf`
- Quantization label: Q8_0
- Approximate local size: 31 GB

## Intended Use

The paired Space loads this artifact with `llama-cpp-python` and exposes a
dense model-lab chatbot with sampling controls and runtime diagnostics.

## Runtime Caveat

This is a large Q8 GGUF. It needs substantially more memory than a typical
free CPU Space can provide. The paired Space is configured to target ZeroGPU,
but ZeroGPU compatibility with llama.cpp/GGUF should be verified at runtime.