mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-30 06:30:37 +02:00
feat: add Jetson contributor validation path
This commit is contained in:
@@ -162,6 +162,11 @@ obliteratus ui --auth user:pass # add basic auth
|
||||
|
||||
The `obliteratus ui` command adds a Rich terminal startup with GPU detection and hardware-appropriate model recommendations. You can also run `python app.py` directly (same thing the Space uses).
|
||||
|
||||
Install `.[spaces,quantization]` instead when the UI must load supported
|
||||
bitsandbytes 8-bit or 4-bit models. Jetson users must follow the dedicated
|
||||
[Jetson bootstrap](docs/platforms/jetson.md); its bitsandbytes path is not yet
|
||||
supported.
|
||||
|
||||
### 3. Google Colab (free GPU)
|
||||
|
||||
[](https://colab.research.google.com/github/elder-plinius/OBLITERATUS/blob/main/notebooks/abliterate.ipynb)
|
||||
@@ -457,6 +462,12 @@ This sets `CUDA_VISIBLE_DEVICES` before CUDA initializes. The model is then shar
|
||||
|
||||
The `--dtype` flag controls the precision of model weights, which directly determines how much VRAM you need. Lower precision means smaller memory footprint at the cost of some numerical fidelity:
|
||||
|
||||
Install the optional backend before selecting a bitsandbytes mode:
|
||||
|
||||
```bash
|
||||
pip install -e ".[quantization]"
|
||||
```
|
||||
|
||||
| Dtype | Bytes/param | 7B model | 70B model | 405B model |
|
||||
|-------|-----------|---------|----------|-----------|
|
||||
| `float32` | 4 | 28 GB | 280 GB | 1620 GB |
|
||||
@@ -783,9 +794,10 @@ run the full Python matrix with 75% repository statement coverage, 60% repositor
|
||||
branch coverage, touched-module regression checks, mature-scope floors,
|
||||
deterministic property/order-repeat checks, selective mutation, package contracts,
|
||||
Windows portability, and supply-chain certification.
|
||||
Eight environment-bound test files run through the separately documented conditional
|
||||
workflow for model downloads, network services, operator UI, CUDA, bitsandbytes, MPS,
|
||||
MLX, and least-privileged remote execution.
|
||||
Nine environment-bound test files run through the separately documented conditional
|
||||
workflow for model downloads, network services, operator UI, CUDA, bitsandbytes,
|
||||
physical Jetson CUDA, MPS, MLX, and least-privileged remote execution. The Jetson
|
||||
lane is a trusted manual hardware probe; hosted ARM64 CI checks portability only.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user