Publish packed-Q1 native LoRA reproducibility release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +25 -0
- CITATION.cff +9 -0
- LICENSE-NOTICE.md +8 -0
- MODEL_REFERENCE.json +23 -0
- README.md +119 -0
- RELEASE_MANIFEST.json +998 -0
- RELEASE_NOTES.md +7 -0
- SHA256SUMS +179 -0
- adapters/multi_target_adapter_initial.gguf +3 -0
- adapters/quick_resume_adapter.gguf +3 -0
- adapters/step10_adapter_final.gguf +3 -0
- binaries/linux-colab-cuda/BINARY_MANIFEST.json +147 -0
- binaries/linux-colab-cuda/libggml-base.so +3 -0
- binaries/linux-colab-cuda/libggml-base.so.0 +3 -0
- binaries/linux-colab-cuda/libggml-base.so.0.13.1 +3 -0
- binaries/linux-colab-cuda/libggml-cpu.so +3 -0
- binaries/linux-colab-cuda/libggml-cpu.so.0 +3 -0
- binaries/linux-colab-cuda/libggml-cpu.so.0.13.1 +3 -0
- binaries/linux-colab-cuda/libggml-cuda.so +3 -0
- binaries/linux-colab-cuda/libggml-cuda.so.0 +3 -0
- binaries/linux-colab-cuda/libggml-cuda.so.0.13.1 +3 -0
- binaries/linux-colab-cuda/libggml.so +0 -0
- binaries/linux-colab-cuda/libggml.so.0 +0 -0
- binaries/linux-colab-cuda/libggml.so.0.13.1 +0 -0
- binaries/linux-colab-cuda/libllama-common.so +3 -0
- binaries/linux-colab-cuda/libllama-common.so.0 +3 -0
- binaries/linux-colab-cuda/libllama-common.so.0.0.1 +3 -0
- binaries/linux-colab-cuda/libllama-completion-impl.so +3 -0
- binaries/linux-colab-cuda/libllama.so +3 -0
- binaries/linux-colab-cuda/libllama.so.0 +3 -0
- binaries/linux-colab-cuda/libllama.so.0.0.1 +3 -0
- binaries/linux-colab-cuda/llama-completion +0 -0
- binaries/linux-colab-cuda/llama-tokenize +0 -0
- binaries/linux-colab-cuda/test-q1-lora-dataset +3 -0
- binaries/linux-colab-cuda/test-q1-lora-multitarget +3 -0
- binaries/linux-colab-cuda/test-q1-lora-roundtrip +0 -0
- binaries/linux-colab-cuda/test-q1-lora-step10 +3 -0
- binaries/linux-colab-cuda/test-q1-lora-step11 +3 -0
- checkpoints/checkpoint_latest.p10ck +3 -0
- checkpoints/quick_resume_checkpoint.p10ck +3 -0
- clean_repro_logs/01_worktree_add.log +6 -0
- clean_repro_logs/02_patch_apply.log +4 -0
- clean_repro_logs/03_clean_status.txt +27 -0
- clean_repro_logs/04_cmake_configure.log +54 -0
- clean_repro_logs/05_cmake_build.log +427 -0
- clean_repro_logs/06_checkpoint_verify.log +10 -0
- clean_repro_logs/06_checkpoint_verify_original_failure.log +10 -0
- clean_repro_logs/06_checkpoint_verify_preserved.log +10 -0
- clean_repro_logs/06_checkpoint_verify_v1_1_repaired.log +10 -0
- clean_repro_logs/06_checkpoint_verify_v1_1_repaired_preserved.log +10 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,28 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
adapters/multi_target_adapter_initial.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
adapters/quick_resume_adapter.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
adapters/step10_adapter_final.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
binaries/linux-colab-cuda/libggml-base.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
binaries/linux-colab-cuda/libggml-base.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
binaries/linux-colab-cuda/libggml-base.so.0.13.1 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
binaries/linux-colab-cuda/libggml-cpu.so filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
binaries/linux-colab-cuda/libggml-cpu.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
binaries/linux-colab-cuda/libggml-cpu.so.0.13.1 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
binaries/linux-colab-cuda/libggml-cuda.so filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
binaries/linux-colab-cuda/libggml-cuda.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
binaries/linux-colab-cuda/libggml-cuda.so.0.13.1 filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
binaries/linux-colab-cuda/libllama-common.so filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
binaries/linux-colab-cuda/libllama-common.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
binaries/linux-colab-cuda/libllama-common.so.0.0.1 filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
binaries/linux-colab-cuda/libllama-completion-impl.so filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
binaries/linux-colab-cuda/libllama.so filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
binaries/linux-colab-cuda/libllama.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
binaries/linux-colab-cuda/libllama.so.0.0.1 filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
binaries/linux-colab-cuda/test-q1-lora-dataset filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
binaries/linux-colab-cuda/test-q1-lora-multitarget filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
binaries/linux-colab-cuda/test-q1-lora-step10 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
binaries/linux-colab-cuda/test-q1-lora-step11 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
checkpoints/checkpoint_latest.p10ck filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
checkpoints/quick_resume_checkpoint.p10ck filter=lfs diff=lfs merge=lfs -text
|
CITATION.cff
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use this engineering release, cite the repository."
|
| 3 |
+
title: "Bonsai-27B packed-Q1 native LoRA training release"
|
| 4 |
+
type: software
|
| 5 |
+
authors:
|
| 6 |
+
- name: "ApacheOne"
|
| 7 |
+
version: "1.0.0"
|
| 8 |
+
date-released: "2026-07-23"
|
| 9 |
+
repository-code: "https://huggingface.co/ApacheOne/prereleasetrainingpackage"
|
LICENSE-NOTICE.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# License and redistribution notice
|
| 2 |
+
|
| 3 |
+
This package contains project-authored artifacts and patches intended for:
|
| 4 |
+
|
| 5 |
+
- Source: `Mintplex-Labs/prism-ml-llama.cpp`
|
| 6 |
+
- Base GGUF repository: `prism-ml/Bonsai-27B-gguf`
|
| 7 |
+
|
| 8 |
+
The base GGUF is not included. The model card uses `license: other` because this package contains mixed artifacts and does not replace upstream terms. Review upstream licenses and usage terms before redistribution or commercial use.
|
MODEL_REFERENCE.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_not_included": true,
|
| 3 |
+
"repository": "prism-ml/Bonsai-27B-gguf",
|
| 4 |
+
"revision": "0469926cd8878dbddb5b883740ab3df060058696",
|
| 5 |
+
"files": [
|
| 6 |
+
{
|
| 7 |
+
"filename": "Bonsai-27B-Q1_0.gguf",
|
| 8 |
+
"sha256": "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0",
|
| 9 |
+
"bytes": 3803452480,
|
| 10 |
+
"required_for_training": true
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"filename": "Bonsai-27B-mmproj-Q8_0.gguf",
|
| 14 |
+
"sha256": "eb561d41a7bbeb0fcf04883c8af11078ef6cae0a66862a0b68443cfca495269d",
|
| 15 |
+
"required_for_training": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"filename": "Bonsai-27B-dspark-Q4_1.gguf",
|
| 19 |
+
"sha256": "25e73f9f7ab5d1f7f1336711496dbc12da674e639ec88d579dc8683045befb1b",
|
| 20 |
+
"required_for_training": false
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
library_name: llama.cpp
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
base_model: prism-ml/Bonsai-27B-gguf
|
| 8 |
+
tags:
|
| 9 |
+
- llama.cpp
|
| 10 |
+
- lora
|
| 11 |
+
- q1
|
| 12 |
+
- q1_0
|
| 13 |
+
- packed-quantization
|
| 14 |
+
- native-training
|
| 15 |
+
- checkpoint-resume
|
| 16 |
+
- reproducibility
|
| 17 |
+
- cuda
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Bonsai-27B packed-Q1 native LoRA training release
|
| 21 |
+
|
| 22 |
+
This is a reproducible engineering release for native LoRA training directly against the packed Q1_0 Bonsai-27B base model in a pinned Prism/Mintplex llama.cpp tree.
|
| 23 |
+
|
| 24 |
+
The repository contains adapters, deterministic checkpoints, dataset shards, source changes, clean-build evidence, verification scripts, reports and an optional Linux/CUDA build. The 3.8 GB base GGUF is not redistributed.
|
| 25 |
+
|
| 26 |
+
## Release status
|
| 27 |
+
|
| 28 |
+
| Stage | Result |
|
| 29 |
+
|---|---|
|
| 30 |
+
| Step 8: native multi-target packed-Q1 LoRA | PASS |
|
| 31 |
+
| Step 9: deterministic dataset pipeline | PASS |
|
| 32 |
+
| Step 10: native training and exact checkpointing | PASS |
|
| 33 |
+
| Step 11: correctness and quality acceptance | PASS |
|
| 34 |
+
| Step 12: performance and stability acceptance | PASS |
|
| 35 |
+
| Step 13: clean reproducibility build | PASS |
|
| 36 |
+
|
| 37 |
+
## What is proven
|
| 38 |
+
|
| 39 |
+
- Packed Q1_0 base weights remain immutable.
|
| 40 |
+
- Six LoRA tensors are optimized without a persistent expanded base model.
|
| 41 |
+
- Checkpoint save/reload is exact.
|
| 42 |
+
- Interrupted accumulation resumes deterministically.
|
| 43 |
+
- Independent resume branches produced byte-identical checkpoints, adapters and state fingerprints.
|
| 44 |
+
- Load/unload, quick soak, RAM and VRAM checks passed.
|
| 45 |
+
- The patch applies to commit `7529fdaaf99ffdc5ca71ace9c7409a56b27ad92f` and selected targets build in a clean worktree.
|
| 46 |
+
|
| 47 |
+
## LoRA targets
|
| 48 |
+
|
| 49 |
+
| Base tensor | Family | Rank | Alpha | Base shape |
|
| 50 |
+
|---|---:|---:|---:|---:|
|
| 51 |
+
| `blk.0.ssm_alpha.weight` | SSM | 4 | 8 | `48 × 5120` |
|
| 52 |
+
| `blk.11.attn_k.weight` | attention | 4 | 8 | `1024 × 5120` |
|
| 53 |
+
| `blk.0.ffn_down.weight` | FFN | 4 | 8 | `5120 × 17408` |
|
| 54 |
+
|
| 55 |
+
Total trainable LoRA values: **135,360**.
|
| 56 |
+
|
| 57 |
+
## Quality result
|
| 58 |
+
|
| 59 |
+
This was a tiny proof run, not a quality fine-tune.
|
| 60 |
+
|
| 61 |
+
- Train mean-token NLL, full minus zero adapter: `0.00021834747786`
|
| 62 |
+
- Validation mean-token NLL, full minus zero adapter: `9.73401665583e-06`
|
| 63 |
+
- Validation improved: **no**
|
| 64 |
+
|
| 65 |
+
The adapter is numerically connected and stable, but the proof run is too small to establish a quality gain.
|
| 66 |
+
|
| 67 |
+
## Performance snapshot
|
| 68 |
+
|
| 69 |
+
| Measurement | Result |
|
| 70 |
+
|---|---:|
|
| 71 |
+
| Base end-to-end generation | `3.692` tokens/s |
|
| 72 |
+
| Trained-adapter end-to-end generation | `3.379` tokens/s |
|
| 73 |
+
| Base fresh-process load | `0.817` GiB/s |
|
| 74 |
+
| Trained fresh-process load | `0.748` GiB/s |
|
| 75 |
+
| Peak process RSS | `3980.6` MiB |
|
| 76 |
+
| Peak observed GPU memory | `9972.0` MiB |
|
| 77 |
+
| Load/unload cycles | `3` |
|
| 78 |
+
| Quick soak | `192` requested tokens |
|
| 79 |
+
| Training microsteps/minute | `0.843330` |
|
| 80 |
+
| Training updates/minute | `0.562220` |
|
| 81 |
+
|
| 82 |
+
## Primary artifacts
|
| 83 |
+
|
| 84 |
+
| Artifact | Size | SHA256 |
|
| 85 |
+
|---|---:|---|
|
| 86 |
+
| `step10_adapter_final.gguf` | 529.50 KiB | `6ba256d4e1836a177a8c7519d05a95639d47f4ee181fb6fcd438eee40805549f` |
|
| 87 |
+
| `multi_target_adapter_initial.gguf` | 529.50 KiB | `84d835c964c4a0ae32fed9be2106124ff9319b74317ba9cdb0ea21069150edb5` |
|
| 88 |
+
| `checkpoint_latest.p10ck` | 2.07 MiB | `1ba5545af5c33aacd7c1d2b395afe0e53e4fac5f1fd07ea56353c5a0c9fa64b9` |
|
| 89 |
+
| `quick_resume_adapter.gguf` | 529.50 KiB | `c6c163276a50c144315543a49ecdccd725608b5e3a653733a4a589369e0233d2` |
|
| 90 |
+
| `quick_resume_checkpoint.p10ck` | 2.07 MiB | `7c8e9b000eac8fa3ca60883b76f6a6c2ffe6126d97b3c861dfef70dcc4e3080c` |
|
| 91 |
+
|
| 92 |
+
## Base model identity
|
| 93 |
+
|
| 94 |
+
- Repository: `prism-ml/Bonsai-27B-gguf`
|
| 95 |
+
- Revision: `0469926cd8878dbddb5b883740ab3df060058696`
|
| 96 |
+
- Required file: `Bonsai-27B-Q1_0.gguf`
|
| 97 |
+
- Bytes: `3803452480`
|
| 98 |
+
- SHA256: `17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0`
|
| 99 |
+
|
| 100 |
+
```bash
|
| 101 |
+
python -m pip install -r reproduce/requirements.txt
|
| 102 |
+
python reproduce/download_models.py
|
| 103 |
+
python reproduce/restore_and_build.py
|
| 104 |
+
python reproduce/verify_release.py
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
## Load the adapter
|
| 108 |
+
|
| 109 |
+
```bash
|
| 110 |
+
./binaries/linux-colab-cuda/llama-completion -m /path/to/Bonsai-27B-Q1_0.gguf --lora adapters/step10_adapter_final.gguf -p "User: Explain deterministic checkpoint resume.\nAssistant:" -n 64 --temp 0 -ngl 999 -no-cnv
|
| 111 |
+
```
|
| 112 |
+
|
| 113 |
+
## Limitations
|
| 114 |
+
|
| 115 |
+
- This is a proof-of-training release, not a broadly trained production LoRA.
|
| 116 |
+
- Validation NLL was slightly worse by `9.73401665583e-06`.
|
| 117 |
+
- The Linux build is environment-specific.
|
| 118 |
+
- The quick soak is not an hours-long production endurance test.
|
| 119 |
+
- Upstream source and base-model licenses and terms apply.
|
RELEASE_MANIFEST.json
ADDED
|
@@ -0,0 +1,998 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_name": "Bonsai-27B-Q1-Native-LoRA-Release",
|
| 3 |
+
"created_utc": "2026-07-23T19:50:56.280759+00:00",
|
| 4 |
+
"publisher_repo": "ApacheOne/prereleasetrainingpackage",
|
| 5 |
+
"source": {
|
| 6 |
+
"repository": "Mintplex-Labs/prism-ml-llama.cpp",
|
| 7 |
+
"branch": "prism",
|
| 8 |
+
"commit": "7529fdaaf99ffdc5ca71ace9c7409a56b27ad92f",
|
| 9 |
+
"patch_sha256": "3d3a039aed73bac65974d8321c6dfe73a270a2e4bebeecb3d994692fd9d2dd67"
|
| 10 |
+
},
|
| 11 |
+
"base_model": {
|
| 12 |
+
"included": false,
|
| 13 |
+
"repository": "prism-ml/Bonsai-27B-gguf",
|
| 14 |
+
"revision": "0469926cd8878dbddb5b883740ab3df060058696",
|
| 15 |
+
"files": [
|
| 16 |
+
{
|
| 17 |
+
"filename": "Bonsai-27B-Q1_0.gguf",
|
| 18 |
+
"sha256": "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0",
|
| 19 |
+
"bytes": 3803452480,
|
| 20 |
+
"required_for_training": true
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"filename": "Bonsai-27B-mmproj-Q8_0.gguf",
|
| 24 |
+
"sha256": "eb561d41a7bbeb0fcf04883c8af11078ef6cae0a66862a0b68443cfca495269d",
|
| 25 |
+
"required_for_training": false
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"filename": "Bonsai-27B-dspark-Q4_1.gguf",
|
| 29 |
+
"sha256": "25e73f9f7ab5d1f7f1336711496dbc12da674e639ec88d579dc8683045befb1b",
|
| 30 |
+
"required_for_training": false
|
| 31 |
+
}
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
"accepted": {
|
| 35 |
+
"initial_adapter_sha256": "84d835c964c4a0ae32fed9be2106124ff9319b74317ba9cdb0ea21069150edb5",
|
| 36 |
+
"final_adapter_sha256": "6ba256d4e1836a177a8c7519d05a95639d47f4ee181fb6fcd438eee40805549f",
|
| 37 |
+
"final_checkpoint_sha256": "1ba5545af5c33aacd7c1d2b395afe0e53e4fac5f1fd07ea56353c5a0c9fa64b9",
|
| 38 |
+
"dataset_fingerprint": "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d",
|
| 39 |
+
"step11_version": "V2_3_EXACT_TOKEN_EFFECT_FINALIZED",
|
| 40 |
+
"step12_version": "QUICK_PERFORMANCE_STABILITY_ACCEPTANCE_V1_3_FINAL"
|
| 41 |
+
},
|
| 42 |
+
"clean_repro": {
|
| 43 |
+
"requested": true,
|
| 44 |
+
"passed": true,
|
| 45 |
+
"version": "STEP13_V1_2_ACCEPTED_10_STEP_CHECKPOINT_CONFIGURATION",
|
| 46 |
+
"commit": "7529fdaaf99ffdc5ca71ace9c7409a56b27ad92f",
|
| 47 |
+
"worktree": "/content/prism_native_q1_lora/step13_release/clean_repro_worktree",
|
| 48 |
+
"build": "/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13",
|
| 49 |
+
"configure_seconds": 5.967668771743774,
|
| 50 |
+
"build_seconds": 1876.6581649780273,
|
| 51 |
+
"checkpoint_verify": {
|
| 52 |
+
"passed": true,
|
| 53 |
+
"return_code": 0,
|
| 54 |
+
"seconds": 0.10711312294006348,
|
| 55 |
+
"markers": {
|
| 56 |
+
"PRISM_STEP10_TRAINING_ENV_READY": "1",
|
| 57 |
+
"CHECKPOINT_CHECKSUM_MISMATCH": "0",
|
| 58 |
+
"CHECKPOINT_IDENTITY_MATCH": "1",
|
| 59 |
+
"SUBTEST_STATUS": "PASS",
|
| 60 |
+
"FINAL_STATUS": "PASS"
|
| 61 |
+
},
|
| 62 |
+
"environment": {
|
| 63 |
+
"PRISM_Q1_LORA_TRAINING": "1",
|
| 64 |
+
"PRISM_Q1_LORA_UNFUSED_GDN": "1",
|
| 65 |
+
"PRISM_Q1_LORA_TRAINING_GENERIC_SSM_CONV": "1",
|
| 66 |
+
"PRISM_Q1_LORA_TRAINING_NO_KV_CACHE": "1",
|
| 67 |
+
"LLAMA_GRAPH_REUSE_DISABLE": "1",
|
| 68 |
+
"PRISM_STEP10_FORCE_OPT_BACKWARD": "0",
|
| 69 |
+
"PRISM_STEP10_EXTERNAL_GRAD_ACCUM": "1",
|
| 70 |
+
"OMP_NUM_THREADS": "2",
|
| 71 |
+
"OPENBLAS_NUM_THREADS": "1",
|
| 72 |
+
"MKL_NUM_THREADS": "1"
|
| 73 |
+
},
|
| 74 |
+
"configuration": {
|
| 75 |
+
"seed": 1234,
|
| 76 |
+
"train_context": 64,
|
| 77 |
+
"target_global_steps": 10,
|
| 78 |
+
"accumulation_steps": 2,
|
| 79 |
+
"base_lr": 0.0002,
|
| 80 |
+
"min_lr": 2e-05,
|
| 81 |
+
"warmup_steps": 1,
|
| 82 |
+
"max_grad_norm": 0.001
|
| 83 |
+
},
|
| 84 |
+
"log": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/clean_repro_logs/06_checkpoint_verify_v1_2_accepted_config.log"
|
| 85 |
+
},
|
| 86 |
+
"base_smoke": {
|
| 87 |
+
"passed": true,
|
| 88 |
+
"seconds": 4.322730541229248,
|
| 89 |
+
"log": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/clean_repro_logs/07_base_smoke_v1_2.log"
|
| 90 |
+
},
|
| 91 |
+
"adapter_smoke": {
|
| 92 |
+
"passed": true,
|
| 93 |
+
"seconds": 4.563637971878052,
|
| 94 |
+
"log": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/clean_repro_logs/08_adapter_smoke_v1_2.log"
|
| 95 |
+
},
|
| 96 |
+
"binaries": [
|
| 97 |
+
"test-q1-lora-multitarget",
|
| 98 |
+
"test-q1-lora-dataset",
|
| 99 |
+
"test-q1-lora-step10",
|
| 100 |
+
"test-q1-lora-step11",
|
| 101 |
+
"test-q1-lora-roundtrip",
|
| 102 |
+
"llama-completion",
|
| 103 |
+
"llama-tokenize"
|
| 104 |
+
]
|
| 105 |
+
},
|
| 106 |
+
"files_before_manifest": [
|
| 107 |
+
{
|
| 108 |
+
"path": "CITATION.cff",
|
| 109 |
+
"bytes": 316,
|
| 110 |
+
"sha256": "2c1b265c1c1da934495134e4c2b4ba208fef5a6454860140f3dc04a65600b611"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"path": "LICENSE-NOTICE.md",
|
| 114 |
+
"bytes": 443,
|
| 115 |
+
"sha256": "c6fc1f6091a63e6c7f19a4fbece562cfbe9955728f6ff5adc8f8d1c317647f97"
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"path": "MODEL_REFERENCE.json",
|
| 119 |
+
"bytes": 725,
|
| 120 |
+
"sha256": "ecfef23a71a423b0f6621c11b71a7255d3f8a92fd04b293498a7b024e9a34399"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"path": "README.md",
|
| 124 |
+
"bytes": 4404,
|
| 125 |
+
"sha256": "543ce8cee6da31889c4803c162fc2c214032eb7bec6b26a1e077ce5edff81190"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"path": "RELEASE_NOTES.md",
|
| 129 |
+
"bytes": 271,
|
| 130 |
+
"sha256": "8ab18be92be8d9bcba75fae854a05ff0b3caffbb797923658ab2900cd2a47e5b"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"path": "adapters/multi_target_adapter_initial.gguf",
|
| 134 |
+
"bytes": 542208,
|
| 135 |
+
"sha256": "84d835c964c4a0ae32fed9be2106124ff9319b74317ba9cdb0ea21069150edb5"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"path": "adapters/quick_resume_adapter.gguf",
|
| 139 |
+
"bytes": 542208,
|
| 140 |
+
"sha256": "c6c163276a50c144315543a49ecdccd725608b5e3a653733a4a589369e0233d2"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"path": "adapters/step10_adapter_final.gguf",
|
| 144 |
+
"bytes": 542208,
|
| 145 |
+
"sha256": "6ba256d4e1836a177a8c7519d05a95639d47f4ee181fb6fcd438eee40805549f"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"path": "binaries/linux-colab-cuda/BINARY_MANIFEST.json",
|
| 149 |
+
"bytes": 4407,
|
| 150 |
+
"sha256": "5b0ad0bf3074f09a21d9111e7ba51ab3a868a4a03fa303bbf9c61502dae56d43"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"path": "binaries/linux-colab-cuda/libggml-base.so",
|
| 154 |
+
"bytes": 914792,
|
| 155 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"path": "binaries/linux-colab-cuda/libggml-base.so.0",
|
| 159 |
+
"bytes": 914792,
|
| 160 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"path": "binaries/linux-colab-cuda/libggml-base.so.0.13.1",
|
| 164 |
+
"bytes": 914792,
|
| 165 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"path": "binaries/linux-colab-cuda/libggml-cpu.so",
|
| 169 |
+
"bytes": 1299840,
|
| 170 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"path": "binaries/linux-colab-cuda/libggml-cpu.so.0",
|
| 174 |
+
"bytes": 1299840,
|
| 175 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"path": "binaries/linux-colab-cuda/libggml-cpu.so.0.13.1",
|
| 179 |
+
"bytes": 1299840,
|
| 180 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"path": "binaries/linux-colab-cuda/libggml-cuda.so",
|
| 184 |
+
"bytes": 62723160,
|
| 185 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"path": "binaries/linux-colab-cuda/libggml-cuda.so.0",
|
| 189 |
+
"bytes": 62723160,
|
| 190 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"path": "binaries/linux-colab-cuda/libggml-cuda.so.0.13.1",
|
| 194 |
+
"bytes": 62723160,
|
| 195 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"path": "binaries/linux-colab-cuda/libggml.so",
|
| 199 |
+
"bytes": 55184,
|
| 200 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"path": "binaries/linux-colab-cuda/libggml.so.0",
|
| 204 |
+
"bytes": 55184,
|
| 205 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"path": "binaries/linux-colab-cuda/libggml.so.0.13.1",
|
| 209 |
+
"bytes": 55184,
|
| 210 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"path": "binaries/linux-colab-cuda/libllama-common.so",
|
| 214 |
+
"bytes": 5858088,
|
| 215 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"path": "binaries/linux-colab-cuda/libllama-common.so.0",
|
| 219 |
+
"bytes": 5858088,
|
| 220 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"path": "binaries/linux-colab-cuda/libllama-common.so.0.0.1",
|
| 224 |
+
"bytes": 5858088,
|
| 225 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"path": "binaries/linux-colab-cuda/libllama-completion-impl.so",
|
| 229 |
+
"bytes": 118672,
|
| 230 |
+
"sha256": "a2805c9a53ec1f3929b47104bf7c6df51c1504913241262fd247cd2b0fc88f72"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"path": "binaries/linux-colab-cuda/libllama.so",
|
| 234 |
+
"bytes": 3734568,
|
| 235 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"path": "binaries/linux-colab-cuda/libllama.so.0",
|
| 239 |
+
"bytes": 3734568,
|
| 240 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"path": "binaries/linux-colab-cuda/libllama.so.0.0.1",
|
| 244 |
+
"bytes": 3734568,
|
| 245 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"path": "binaries/linux-colab-cuda/llama-completion",
|
| 249 |
+
"bytes": 15968,
|
| 250 |
+
"sha256": "b068163fe18c709ecd06cafe47d21e478854ad2a270343ab5e9f2dcece66ea3a"
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"path": "binaries/linux-colab-cuda/llama-tokenize",
|
| 254 |
+
"bytes": 31832,
|
| 255 |
+
"sha256": "ae0355324a0e7090f76b08b9074f2e074904569afd153ba00056c4f6ea70076b"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"path": "binaries/linux-colab-cuda/test-q1-lora-dataset",
|
| 259 |
+
"bytes": 154792,
|
| 260 |
+
"sha256": "a7599fcd50d0868683c4a07d70fb19883276bc79bb78edc69844266fb4ffa0e0"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"path": "binaries/linux-colab-cuda/test-q1-lora-multitarget",
|
| 264 |
+
"bytes": 317280,
|
| 265 |
+
"sha256": "6ae570c8e413f47eabc88a2f7e7e9c4cd5e73b489f4bedc3ced0ebbaef088132"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"path": "binaries/linux-colab-cuda/test-q1-lora-roundtrip",
|
| 269 |
+
"bytes": 33680,
|
| 270 |
+
"sha256": "4f741f52f9b3b035ada892f0b88fe811d01783bb04189b38eebb43790290b935"
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"path": "binaries/linux-colab-cuda/test-q1-lora-step10",
|
| 274 |
+
"bytes": 167376,
|
| 275 |
+
"sha256": "07d0cf5996bbcd58cccc903d888fe6ed3ffe978ee0fd2c999247a8cad8b7dfe8"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"path": "binaries/linux-colab-cuda/test-q1-lora-step11",
|
| 279 |
+
"bytes": 135344,
|
| 280 |
+
"sha256": "d10511d5b02defde5dcd7181c0984279528242334fe379866a419a99a5d7cc45"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"path": "checkpoints/checkpoint_latest.p10ck",
|
| 284 |
+
"bytes": 2167005,
|
| 285 |
+
"sha256": "1ba5545af5c33aacd7c1d2b395afe0e53e4fac5f1fd07ea56353c5a0c9fa64b9"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"path": "checkpoints/quick_resume_checkpoint.p10ck",
|
| 289 |
+
"bytes": 2166644,
|
| 290 |
+
"sha256": "7c8e9b000eac8fa3ca60883b76f6a6c2ffe6126d97b3c861dfef70dcc4e3080c"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"path": "clean_repro_logs/01_worktree_add.log",
|
| 294 |
+
"bytes": 350,
|
| 295 |
+
"sha256": "cefb485353602c1ddf4e7a3bf6d322b60bb8acc5beadd2cdceec710ed4f08d4d"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"path": "clean_repro_logs/02_patch_apply.log",
|
| 299 |
+
"bytes": 249,
|
| 300 |
+
"sha256": "ce007e49f3ad18634717ed53ab2628d6feb610aa32290dae74097c4b68d68200"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"path": "clean_repro_logs/03_clean_status.txt",
|
| 304 |
+
"bytes": 830,
|
| 305 |
+
"sha256": "67294a4ea13b51d63fa6cdb43b812ebafe3ed9559a6cc03ee53506c98599ddd4"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"path": "clean_repro_logs/04_cmake_configure.log",
|
| 309 |
+
"bytes": 2621,
|
| 310 |
+
"sha256": "d82ab1c4738518d35324f8cfc622a95f7c4362d9ef8ba28e45987201e0b208bb"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"path": "clean_repro_logs/05_cmake_build.log",
|
| 314 |
+
"bytes": 38433,
|
| 315 |
+
"sha256": "212f16209b1b31186080470885617a654602cc5619d7cb1c38ae81d05bbac779"
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"path": "clean_repro_logs/06_checkpoint_verify.log",
|
| 319 |
+
"bytes": 977,
|
| 320 |
+
"sha256": "16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"path": "clean_repro_logs/06_checkpoint_verify_original_failure.log",
|
| 324 |
+
"bytes": 977,
|
| 325 |
+
"sha256": "16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"path": "clean_repro_logs/06_checkpoint_verify_preserved.log",
|
| 329 |
+
"bytes": 977,
|
| 330 |
+
"sha256": "16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73"
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"path": "clean_repro_logs/06_checkpoint_verify_v1_1_repaired.log",
|
| 334 |
+
"bytes": 977,
|
| 335 |
+
"sha256": "16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"path": "clean_repro_logs/06_checkpoint_verify_v1_1_repaired_preserved.log",
|
| 339 |
+
"bytes": 977,
|
| 340 |
+
"sha256": "16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73"
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"path": "clean_repro_logs/06_checkpoint_verify_v1_2_accepted_config.log",
|
| 344 |
+
"bytes": 923,
|
| 345 |
+
"sha256": "6391ecf5327bcad8de304179822de53a446b5a85adbcb3821e9cba5944aa34b2"
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"path": "clean_repro_logs/07_base_smoke_v1_2.log",
|
| 349 |
+
"bytes": 2937,
|
| 350 |
+
"sha256": "330919deadb5df28531c39401e3baa3fcb21b72fe4092681ee44c9f781d84432"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"path": "clean_repro_logs/08_adapter_smoke_v1_2.log",
|
| 354 |
+
"bytes": 3052,
|
| 355 |
+
"sha256": "3d1fa77fda7d31314e9fd346654556a83a89f247eadb77176a1a32c035383562"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"path": "clean_repro_logs/CLEAN_REPRO_RESULT.json",
|
| 359 |
+
"bytes": 2214,
|
| 360 |
+
"sha256": "2c07de56cb022befff826d37bd7cdb5ba0b6b3c8421ef5ee484040dab0b4e2b4"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"path": "dataset/chat_template.txt",
|
| 364 |
+
"bytes": 7764,
|
| 365 |
+
"sha256": "e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259"
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"path": "dataset/dataset_manifest.json",
|
| 369 |
+
"bytes": 1990,
|
| 370 |
+
"sha256": "5bad1083d598bcb9e571ed0e235afdf4b0fe0475ccb7a566d2a5172d99176032"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"path": "dataset/fingerprint_material.txt",
|
| 374 |
+
"bytes": 886,
|
| 375 |
+
"sha256": "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"path": "dataset/split_assignments.tsv",
|
| 379 |
+
"bytes": 741,
|
| 380 |
+
"sha256": "c9c05acba5201f81d600ca02e1fce8d3967106c5140b0cf7ee3e2dd584251ddb"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"path": "dataset/train-00000.p9ds",
|
| 384 |
+
"bytes": 1980,
|
| 385 |
+
"sha256": "564403c59a25b9a3d367560ef0a61eedb3435e883af2bdd8a30ffdcb7ecb21ad"
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"path": "dataset/train-00001.p9ds",
|
| 389 |
+
"bytes": 1980,
|
| 390 |
+
"sha256": "70a8de0f58843c79f2195a7bc483f871b5fb186b286a69574e354495eafb4063"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"path": "dataset/train-00002.p9ds",
|
| 394 |
+
"bytes": 1980,
|
| 395 |
+
"sha256": "e251474f66216c8c91521a740be164dbee51944f652ebfc1e4fea449750f73f5"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"path": "dataset/validation-00000.p9ds",
|
| 399 |
+
"bytes": 1980,
|
| 400 |
+
"sha256": "89f7cad06b7691b9c79ace27322fcfea765b9e5f3a7d5d8960242041725b275f"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"path": "reports/BUILD_ENVIRONMENT.txt",
|
| 404 |
+
"bytes": 2633,
|
| 405 |
+
"sha256": "2ad2b65815c5bce31bce55819e1a7f18be7f4fe9b0211bfdf3293e60fbcc5dc3"
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"path": "reports/EVIDENCE_INDEX.json",
|
| 409 |
+
"bytes": 35404,
|
| 410 |
+
"sha256": "9906613da6d19f0ed2177964095f7cbd3fbeef5ee33d75aa2c6568c1f97e6407"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"path": "reports/project/FRESH_COLAB_RESTORE_HANDOFF.json",
|
| 414 |
+
"bytes": 1846,
|
| 415 |
+
"sha256": "2423b34d6f7b0c94f83f985624b0c924e6925e3cd616061b52c2f24ef4869fdf"
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"path": "reports/project/FRESH_COLAB_V4_2_RESTORE_HANDOFF.json",
|
| 419 |
+
"bytes": 1907,
|
| 420 |
+
"sha256": "2c399d4727035d34412ef80ddcb6afc82de735cd28d9fab2f6c8068a2c8d568f"
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"path": "reports/project/RESTORE_CONTINUATION_BUILD_REPORT.json",
|
| 424 |
+
"bytes": 4440,
|
| 425 |
+
"sha256": "3bd5d92bb1890a835c160a8c83b44f344913393715223d7aa3e5ea23c202a680"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"path": "reports/project/STAGE10_READY.json",
|
| 429 |
+
"bytes": 2447,
|
| 430 |
+
"sha256": "6765e9bfeb8b67e269b17cf276bdcd5df8bdc67713142cdcfbab7a0e4631aae5"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"path": "reports/project/STAGE11_AUTHORIZATION_AUDIT.json",
|
| 434 |
+
"bytes": 343,
|
| 435 |
+
"sha256": "074c356bdc8ef2c42e2a121ae3c78951e02fdf446007afca7930d1031123eed8"
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"path": "reports/project/STAGE11_READY.json",
|
| 439 |
+
"bytes": 1840,
|
| 440 |
+
"sha256": "b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"path": "reports/project/STAGE12_READY.json",
|
| 444 |
+
"bytes": 1562,
|
| 445 |
+
"sha256": "8297eee6e840a966295d4294aaea0357b08f382f042e78aff11dd3f7a53f563a"
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"path": "reports/project/STAGE13_READY.json",
|
| 449 |
+
"bytes": 2372,
|
| 450 |
+
"sha256": "954e2d571f68592600b781b92b9c0a1de14d99527415307dcc197c5dd07cbc7c"
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"path": "reports/project/STAGE8_READY.json",
|
| 454 |
+
"bytes": 901,
|
| 455 |
+
"sha256": "3d07dffe2c5dcac0d2108206ca041293a3f4caaddc316fb17646d2ad4bd6d4ab"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"path": "reports/project/STAGE8_READY.txt",
|
| 459 |
+
"bytes": 596,
|
| 460 |
+
"sha256": "136757d4666cfbed03c413de60d52881083265ef1b56d1a43ea26c65888ebdf0"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"path": "reports/project/STAGE9_READY.json",
|
| 464 |
+
"bytes": 2971,
|
| 465 |
+
"sha256": "c296b6e7cbf9474c62290b4b4b65d14f1cf1fb446851fe2fdb23ea58f4fe47d5"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"path": "reports/project/colab_workspace_manifest.json",
|
| 469 |
+
"bytes": 1743,
|
| 470 |
+
"sha256": "b456847620f717687aa5d7120a0c0061c20ad88510f2ed47c2bce25057b939f1"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"path": "reports/project/fresh_colab_stage7_base_recovery_report.json",
|
| 474 |
+
"bytes": 13550,
|
| 475 |
+
"sha256": "b1db497848bdf7f6d9f387628e946c8214f0cb0755f66ed9f533ab1df44f42cf"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"path": "reports/project/fresh_colab_stage7_base_recovery_report.txt",
|
| 479 |
+
"bytes": 3061,
|
| 480 |
+
"sha256": "6f7736a79bbe6842bdd4cb7957e41521c132d9d82fef4fa8db84c225bc7e8474"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"path": "reports/project/pre_step13_storage_cleanup_report.json",
|
| 484 |
+
"bytes": 13415,
|
| 485 |
+
"sha256": "3d4b80e58a737159d03775cbe13645f11b6b4e2b3072be246014f1d8b63a7745"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"path": "reports/project/step01_bootstrap_report.txt",
|
| 489 |
+
"bytes": 77071,
|
| 490 |
+
"sha256": "8ee0e4a782e685d8a5ef8d5cfc3ed134674b3a80bcdb345af00a9a1e797e0317"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"path": "reports/project/step02_exact_q1_f32_report.txt",
|
| 494 |
+
"bytes": 31827,
|
| 495 |
+
"sha256": "b818a52670b71dafa008622d67626a774fc69dfc624d63c86811911ca4657b70"
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"path": "reports/project/step03_prism_exact_q1_training_path_report.txt",
|
| 499 |
+
"bytes": 6523,
|
| 500 |
+
"sha256": "f0d1481773cb56df04c48caf37d2c4d33c56990cd98f109dd10c7786bf52bd15"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"path": "reports/project/step03b_native_exact_q1_validation_report.txt",
|
| 504 |
+
"bytes": 7812,
|
| 505 |
+
"sha256": "72aab888654f3af49e177f6df6a013e2b7466b479de3fb3c44c390c965fcd261"
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"path": "reports/project/step03c_final_validation_report.txt",
|
| 509 |
+
"bytes": 5767,
|
| 510 |
+
"sha256": "ed526936eb0048384b02a4ff3081b3f3836011cda61c822187f7c8c37cd718c0"
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"path": "reports/project/step04_q1_lora_adamw_report.txt",
|
| 514 |
+
"bytes": 1994,
|
| 515 |
+
"sha256": "52595e8763471688891796016545a15eda88d196528b4e2f49bd2790243f5803"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"path": "reports/project/step04b_q1_lora_adamw_report.txt",
|
| 519 |
+
"bytes": 7300,
|
| 520 |
+
"sha256": "a01066ffc2c857dd07e49e0705e1ffb32d12806760ee51df5dffef575ff8b9f9"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"path": "reports/project/step04c_q1_lora_adamw_report.txt",
|
| 524 |
+
"bytes": 3729,
|
| 525 |
+
"sha256": "c821fa2c20c174598038e6663a0e366e1fd7fc9a9e878b679f98aeeb2790632e"
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"path": "reports/project/step04d_q1_lora_adamw_behavioral_report.txt",
|
| 529 |
+
"bytes": 3418,
|
| 530 |
+
"sha256": "3afb17f08d5d0242d538c6bf3b51b60faefe337d7b69e47ad86943bbf7e97568"
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"path": "reports/project/step04e_q1_lora_adamw_report.txt",
|
| 534 |
+
"bytes": 61902,
|
| 535 |
+
"sha256": "0bd97e428e985f494631b0172058f7dbaa0a703da7041282351e1b4d7e032762"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"path": "reports/project/step04f_q1_lora_adamw_report.txt",
|
| 539 |
+
"bytes": 5495,
|
| 540 |
+
"sha256": "8c407d1b22741923fcdbc9fa7f0239f56ceeec749bd77ae04dd6ffd9340c665f"
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"path": "reports/project/step05_real_bonsai_layer_integration_report.txt",
|
| 544 |
+
"bytes": 6019,
|
| 545 |
+
"sha256": "182acb98e79ab5ac0a630031440a7da46eeb14d50da62d62d9caccfa98dfbb0f"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"path": "reports/project/step05b_real_bonsai_layer_integration_report.txt",
|
| 549 |
+
"bytes": 14277,
|
| 550 |
+
"sha256": "fba7a13cd11ef04af7f9f95f60385c0a7c3697c7c7d907a5112cfc97d6c69b1e"
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"path": "reports/project/step06_qwen35_loader_integration_report.txt",
|
| 554 |
+
"bytes": 1968,
|
| 555 |
+
"sha256": "2d82621ef91c3ba8c53ebb26e29944d48f5d5bd3049bbc5a874403e8827d7482"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"path": "reports/project/step06b_qwen35_loader_integration_report.txt",
|
| 559 |
+
"bytes": 5750,
|
| 560 |
+
"sha256": "f4a045d920198d4941d985c261a1ac429c9850224bcef3d26b1bf63c1f9e0e76"
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"path": "reports/project/step06c_qwen35_loader_integration_report.txt",
|
| 564 |
+
"bytes": 3958,
|
| 565 |
+
"sha256": "1f9ff65542b0999bcb0f005b868543e66f248c3e623c8dd850110147bbfe12c1"
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"path": "reports/project/step06d_qwen35_loader_integration_report.txt",
|
| 569 |
+
"bytes": 92743,
|
| 570 |
+
"sha256": "3c628c2f30abc3cdd78d5df22c151e2c95d4e61dd9e7a279272fcfddf539def6"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"path": "reports/project/step07_complete_block_backward_report.txt",
|
| 574 |
+
"bytes": 144627,
|
| 575 |
+
"sha256": "b8eb12abcba9891d13379bf86a73e36057a6a7cc6a27bc83b1305933df4bee40"
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"path": "reports/project/step07c3_helper_relocation_report.txt",
|
| 579 |
+
"bytes": 145656,
|
| 580 |
+
"sha256": "244527e66c5253267370e9bc23eef78f4dfa36028b37b86e09d101b09139620d"
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"path": "reports/project/step07c_training_no_inplace_backward_report.txt",
|
| 584 |
+
"bytes": 4063,
|
| 585 |
+
"sha256": "a9e8c99df04623fff5a1179fb3e0ebe9decdb33508b81ab272b3db7733269088"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"path": "reports/project/step07d_set_rows_backward_report.txt",
|
| 589 |
+
"bytes": 148622,
|
| 590 |
+
"sha256": "7c887b4d5cd373de7e043b20573544d16f764e70650155622709a4da8cf83fd1"
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"path": "reports/project/step07e_sigmoid_gradient_audit_report.txt",
|
| 594 |
+
"bytes": 149338,
|
| 595 |
+
"sha256": "e2ccf441c464a53804c56fd099365fbf497a732ccd29345856bf888668fd4ba3"
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"path": "reports/project/step07f_unfused_gdn_safe_gradient_report.txt",
|
| 599 |
+
"bytes": 161526,
|
| 600 |
+
"sha256": "4eac0acf0a4b8cba49275d8b2475ac19cfdd1ca27b0872e7b9cae11673289cb4"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"path": "reports/project/step07y_reconstructed_final_acceptance_report.json",
|
| 604 |
+
"bytes": 48723,
|
| 605 |
+
"sha256": "e716c9cc1c3ece236a7dce5e68c073958db82fc6f3863f7249f3e09c35146c40"
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"path": "reports/project/step07y_reconstructed_final_acceptance_report.txt",
|
| 609 |
+
"bytes": 36797,
|
| 610 |
+
"sha256": "be7bb546b0e9098f601dede09fe1fc9fccd62058526f1e753be1010ade07e503"
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"path": "reports/project/step07z2_corrected_finalization_report.json",
|
| 614 |
+
"bytes": 19297,
|
| 615 |
+
"sha256": "f5c3417712686d633b26740e89f68f77d7352836e29094c2d4244853f5ab7dda"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"path": "reports/project/step07z2_corrected_finalization_report.txt",
|
| 619 |
+
"bytes": 12885,
|
| 620 |
+
"sha256": "4700e77925db344d2c68da06c11dce7e65050a46b169fe83e8f6b953d8f8355d"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"path": "reports/project/step07z_validation_only_final_report.json",
|
| 624 |
+
"bytes": 11290,
|
| 625 |
+
"sha256": "9c3ca6077cd26bee3eea780f156c5028f4b0f3c843fef1a463470ab134ba052e"
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"path": "reports/project/step07z_validation_only_final_report.txt",
|
| 629 |
+
"bytes": 6702,
|
| 630 |
+
"sha256": "b9a63973616b30a9a1c6fa395195ff8f674340376a66eb2a6751d1d92321c428"
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"path": "reports/project/step08_multitarget_acceptance_report.json",
|
| 634 |
+
"bytes": 81843,
|
| 635 |
+
"sha256": "6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823"
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"path": "reports/project/step08_multitarget_acceptance_report.txt",
|
| 639 |
+
"bytes": 56105,
|
| 640 |
+
"sha256": "ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25"
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"path": "reports/project/step08_multitarget_acceptance_report_final.json",
|
| 644 |
+
"bytes": 81843,
|
| 645 |
+
"sha256": "6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823"
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"path": "reports/project/step08_multitarget_acceptance_report_final.txt",
|
| 649 |
+
"bytes": 56105,
|
| 650 |
+
"sha256": "ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"path": "reports/project/step08_multitarget_implementation_report.txt",
|
| 654 |
+
"bytes": 3656,
|
| 655 |
+
"sha256": "2b2eeb44aedd2e5240ff9d7ffb3b84928a687091324ce80563e8ee783b968f57"
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"path": "reports/project/step09_dataset_acceptance_report.json",
|
| 659 |
+
"bytes": 87359,
|
| 660 |
+
"sha256": "5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f"
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"path": "reports/project/step09_dataset_acceptance_report.txt",
|
| 664 |
+
"bytes": 82363,
|
| 665 |
+
"sha256": "353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"path": "reports/project/step09_dataset_acceptance_report_final.json",
|
| 669 |
+
"bytes": 87359,
|
| 670 |
+
"sha256": "5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f"
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"path": "reports/project/step09_dataset_acceptance_report_final.txt",
|
| 674 |
+
"bytes": 82363,
|
| 675 |
+
"sha256": "353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6"
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/chat_template.txt",
|
| 679 |
+
"bytes": 7764,
|
| 680 |
+
"sha256": "e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259"
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/dataset_manifest.json",
|
| 684 |
+
"bytes": 1990,
|
| 685 |
+
"sha256": "5bad1083d598bcb9e571ed0e235afdf4b0fe0475ccb7a566d2a5172d99176032"
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/fingerprint_material.txt",
|
| 689 |
+
"bytes": 886,
|
| 690 |
+
"sha256": "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d"
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/train-00000.p9ds",
|
| 694 |
+
"bytes": 1980,
|
| 695 |
+
"sha256": "564403c59a25b9a3d367560ef0a61eedb3435e883af2bdd8a30ffdcb7ecb21ad"
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/train-00001.p9ds",
|
| 699 |
+
"bytes": 1980,
|
| 700 |
+
"sha256": "70a8de0f58843c79f2195a7bc483f871b5fb186b286a69574e354495eafb4063"
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/train-00002.p9ds",
|
| 704 |
+
"bytes": 1980,
|
| 705 |
+
"sha256": "e251474f66216c8c91521a740be164dbee51944f652ebfc1e4fea449750f73f5"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"path": "reports/project/step09_dataset_pipeline/artifacts/accepted/validation-00000.p9ds",
|
| 709 |
+
"bytes": 1980,
|
| 710 |
+
"sha256": "89f7cad06b7691b9c79ace27322fcfea765b9e5f3a7d5d8960242041725b275f"
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"path": "reports/project/step10_adapter_roundtrip_report.json",
|
| 714 |
+
"bytes": 35311,
|
| 715 |
+
"sha256": "ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf"
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"path": "reports/project/step10_adapter_roundtrip_report.txt",
|
| 719 |
+
"bytes": 9678,
|
| 720 |
+
"sha256": "767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8"
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"path": "reports/project/step10_training_acceptance_report.json",
|
| 724 |
+
"bytes": 66156,
|
| 725 |
+
"sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"path": "reports/project/step10_training_acceptance_report.txt",
|
| 729 |
+
"bytes": 63234,
|
| 730 |
+
"sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"path": "reports/project/step10_training_acceptance_report_final.json",
|
| 734 |
+
"bytes": 66156,
|
| 735 |
+
"sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"path": "reports/project/step10_training_acceptance_report_final.txt",
|
| 739 |
+
"bytes": 63234,
|
| 740 |
+
"sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/STAGE11_READY.json",
|
| 744 |
+
"bytes": 1840,
|
| 745 |
+
"sha256": "b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464"
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/latest.json",
|
| 749 |
+
"bytes": 588,
|
| 750 |
+
"sha256": "4c7f0d4824ba49fd05153f7b559188144faf1a60a824715e7ac32c2f65289f2c"
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/raw_adapter/manifest.json",
|
| 754 |
+
"bytes": 1058,
|
| 755 |
+
"sha256": "79c8cb293ee9d53463b09e7737f75ba81fd4519906efba3106eec6b915de3fdf"
|
| 756 |
+
},
|
| 757 |
+
{
|
| 758 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.json",
|
| 759 |
+
"bytes": 35311,
|
| 760 |
+
"sha256": "ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf"
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.txt",
|
| 764 |
+
"bytes": 9678,
|
| 765 |
+
"sha256": "767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8"
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/step10_resume_acceptance_report.txt",
|
| 769 |
+
"bytes": 639,
|
| 770 |
+
"sha256": "6654f0c535a7773697c143bd1c3efa7cdcce981c33ab210a4470035ef0c89fdf"
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.json",
|
| 774 |
+
"bytes": 66156,
|
| 775 |
+
"sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.txt",
|
| 779 |
+
"bytes": 63234,
|
| 780 |
+
"sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/target_configuration.json",
|
| 784 |
+
"bytes": 237,
|
| 785 |
+
"sha256": "1bb463ce5dd73ef31ba143c2daa835bd7a8c6dd25808c22a7d53efe728071f53"
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/training_config.json",
|
| 789 |
+
"bytes": 1442,
|
| 790 |
+
"sha256": "17cb4dacf4d1c41c3f54777d4fc67ec4838b4fc2f9350b6044d6daba2e73588f"
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"path": "reports/project/step10_training_pipeline/artifacts/accepted/training_metrics.json",
|
| 794 |
+
"bytes": 1433,
|
| 795 |
+
"sha256": "3c3947031943017b90ba76228d06701c457f37df1dee9599f56b257ec992bfd6"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"path": "reports/project/step11_quality_acceptance_report_final.json",
|
| 799 |
+
"bytes": 21161,
|
| 800 |
+
"sha256": "2ee937c412463014d9597db4dd9bfdcd74f7a02e2f8baaac0411df61b46100ac"
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"path": "reports/project/step11_quality_acceptance_report_final.txt",
|
| 804 |
+
"bytes": 3808,
|
| 805 |
+
"sha256": "bb3d953bb0c7818b8aed8ed77e60a879d702245a4f7cc184e9f01466df89764a"
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"path": "reports/project/step11_quality_acceptance_report_v2_2_before_gate_repair.json",
|
| 809 |
+
"bytes": 19764,
|
| 810 |
+
"sha256": "e799180343d125ac10cd9d73cb6bf847184882c994de23c749ee846ce63a663e"
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"path": "reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.json",
|
| 814 |
+
"bytes": 45517,
|
| 815 |
+
"sha256": "38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d"
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"path": "reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.txt",
|
| 819 |
+
"bytes": 7419,
|
| 820 |
+
"sha256": "b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025"
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"path": "reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_v1_3_finalizer_summary.json",
|
| 824 |
+
"bytes": 32586,
|
| 825 |
+
"sha256": "9fa19eafd68dc4ca983bd2ff2d382ae5d524a3a9ad6fe9e53ba0ccc3cad4cbec"
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"path": "reports/project/step12_performance_stability_pipeline/artifacts/accepted/training_resume_stress_summary.json",
|
| 829 |
+
"bytes": 6127,
|
| 830 |
+
"sha256": "7d599cf8cf755346f805086f518280b78dfc47339ffb8f975ea8275efac1ff96"
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"path": "reports/project/step12_performance_stability_report_final.json",
|
| 834 |
+
"bytes": 45517,
|
| 835 |
+
"sha256": "38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d"
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"path": "reports/project/step12_performance_stability_report_final.txt",
|
| 839 |
+
"bytes": 7419,
|
| 840 |
+
"sha256": "b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025"
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"path": "reports/project/step12_performance_stability_report_v1_before_finalizer.json",
|
| 844 |
+
"bytes": 33186,
|
| 845 |
+
"sha256": "8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a"
|
| 846 |
+
},
|
| 847 |
+
{
|
| 848 |
+
"path": "reports/project/step12_performance_stability_report_v1_before_resume_repair.json",
|
| 849 |
+
"bytes": 33186,
|
| 850 |
+
"sha256": "8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"path": "reports/project/target_inventory.json",
|
| 854 |
+
"bytes": 129623,
|
| 855 |
+
"sha256": "751ed0e8b98f6125c330e6901327be526f8fcf2828d6297e7a0a45247fd42c87"
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"path": "reports/raw_evidence/performance_base.log",
|
| 859 |
+
"bytes": 2930,
|
| 860 |
+
"sha256": "8b5a13c344d58edd7b47e34b1383adf3f06c06c6f53a9c73d429047102b9efbc"
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"path": "reports/raw_evidence/performance_trained.log",
|
| 864 |
+
"bytes": 3044,
|
| 865 |
+
"sha256": "a0d2a94c707d0a7a4cf2bd80c7be0d35664e4d9c6f640e8889ac5f61fb75ac7a"
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"path": "reports/raw_evidence/quick_soak.log",
|
| 869 |
+
"bytes": 4027,
|
| 870 |
+
"sha256": "42af3564dc6bc021d6376b1cece355289b3dd7e7ea1b458de78bca7cb7e9b8ac"
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"path": "reports/raw_evidence/resume_a.log",
|
| 874 |
+
"bytes": 184674,
|
| 875 |
+
"sha256": "7017e36f757286fe6b023342e6291fb04457688c4a1f3afe6274877e7852be83"
|
| 876 |
+
},
|
| 877 |
+
{
|
| 878 |
+
"path": "reports/raw_evidence/resume_b.log",
|
| 879 |
+
"bytes": 184674,
|
| 880 |
+
"sha256": "53cbe064467842200e22c88a5755262bc665191bfdfe935b39ded41f34c5f0b4"
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"path": "reproduce/BUILD_CONFIG.json",
|
| 884 |
+
"bytes": 466,
|
| 885 |
+
"sha256": "f25a654a28179cc8b6f763e5ab7aa53527957518d5a22c2e45bdaf957ed025fa"
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"path": "reproduce/MODEL_REFERENCES.json",
|
| 889 |
+
"bytes": 690,
|
| 890 |
+
"sha256": "69dabbe32186fe19fdde9d310b1a63280359c4be470a59a532d6ca78b457b593"
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"path": "reproduce/download_models.py",
|
| 894 |
+
"bytes": 1702,
|
| 895 |
+
"sha256": "b90f53f58228407538b61667988cf1bf68c59f04e70aa8ceb72d291419642d34"
|
| 896 |
+
},
|
| 897 |
+
{
|
| 898 |
+
"path": "reproduce/requirements.txt",
|
| 899 |
+
"bytes": 28,
|
| 900 |
+
"sha256": "fa2532782a106fcdaa053c0e8ac44cb98e8bf59ec7b552ef803ef52f674bdbe4"
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"path": "reproduce/restore_and_build.py",
|
| 904 |
+
"bytes": 1912,
|
| 905 |
+
"sha256": "eebcae6e3a564de0a0401c20681e0876368a37d8d0b56299f860203a685db9ab"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"path": "reproduce/verify_release.py",
|
| 909 |
+
"bytes": 1050,
|
| 910 |
+
"sha256": "6d2b6dcad08e618ff5b929952380cd78b04e9fbd9f48bb8fd799be481cdc65d0"
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"path": "source/GIT_DIFF_STAT.txt",
|
| 914 |
+
"bytes": 875,
|
| 915 |
+
"sha256": "914551649aeae5656b898e250bdc910f2115524969e641357faa219aad40dfcf"
|
| 916 |
+
},
|
| 917 |
+
{
|
| 918 |
+
"path": "source/GIT_STATUS.txt",
|
| 919 |
+
"bytes": 830,
|
| 920 |
+
"sha256": "67294a4ea13b51d63fa6cdb43b812ebafe3ed9559a6cc03ee53506c98599ddd4"
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"path": "source/PINNED_COMMIT.txt",
|
| 924 |
+
"bytes": 41,
|
| 925 |
+
"sha256": "95c178e7df22a8d2cfe913b0c5dc86af939fb5e2dae61aef98bc95e934530efd"
|
| 926 |
+
},
|
| 927 |
+
{
|
| 928 |
+
"path": "source/SOURCE_SNAPSHOT.json",
|
| 929 |
+
"bytes": 202,
|
| 930 |
+
"sha256": "506b2f32dfd1ce173abf6203a25c85cd284cb8419dcad15b5a901c9a4db7f7ab"
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"path": "source/UNTRACKED_SOURCE_MANIFEST.json",
|
| 934 |
+
"bytes": 4463,
|
| 935 |
+
"sha256": "e4a3e257bcd2b998772327531b07b9096c4054538f69465d40e23c0c7ab20a24"
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"path": "source/prism_native_q1_lora.patch",
|
| 939 |
+
"bytes": 118655,
|
| 940 |
+
"sha256": "3d3a039aed73bac65974d8321c6dfe73a270a2e4bebeecb3d994692fd9d2dd67"
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"path": "source/untracked_files/ggml/src/ggml-cuda/mulmat-q1-f32.cu",
|
| 944 |
+
"bytes": 6450,
|
| 945 |
+
"sha256": "7cb8be48cc0c9101ba1097931522ae828cb3ce4797a603dcd380d3aac0e92a35"
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"path": "source/untracked_files/ggml/src/ggml-cuda/mulmat-q1-f32.cuh",
|
| 949 |
+
"bytes": 458,
|
| 950 |
+
"sha256": "a84302578c27c05b38c835fad036b9d773579cc94a731d76fb384e1929607fdc"
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"path": "source/untracked_files/tests/test-bonsai-q1-lora-layers.cpp",
|
| 954 |
+
"bytes": 41899,
|
| 955 |
+
"sha256": "c38752a65ab99199c556d8e46d4dc2a0ef0d43c42a1aacd720502e41dfe58182"
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"path": "source/untracked_files/tests/test-q1-lora-dataset.cpp",
|
| 959 |
+
"bytes": 52382,
|
| 960 |
+
"sha256": "410b1150b5da1a22c7ba3e82a33888d61dc5ae55ad756e9596cbc6b2d1e80b39"
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"path": "source/untracked_files/tests/test-q1-lora-full-backward.cpp",
|
| 964 |
+
"bytes": 19794,
|
| 965 |
+
"sha256": "3161cd2bf363c719ed2d4edfaedeec69ebbf5560ee2ff1a764e3647d8676d8ca"
|
| 966 |
+
},
|
| 967 |
+
{
|
| 968 |
+
"path": "source/untracked_files/tests/test-q1-lora-loader-blocks.cpp",
|
| 969 |
+
"bytes": 21713,
|
| 970 |
+
"sha256": "fd3d0e5a6dd8ef946143ed70ed383cebab8bdd364cc573f20ba184c313b43093"
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"path": "source/untracked_files/tests/test-q1-lora-multitarget.cpp",
|
| 974 |
+
"bytes": 37613,
|
| 975 |
+
"sha256": "62864dde7f1416ff31049c51d1a759f5a943f06b172948e6f41b1deaafb25b9e"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"path": "source/untracked_files/tests/test-q1-lora-opt.cpp",
|
| 979 |
+
"bytes": 40228,
|
| 980 |
+
"sha256": "bac0041553a8de2f4143434029d631f81833582c40da2751e75e0c22d31d7f61"
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"path": "source/untracked_files/tests/test-q1-lora-roundtrip.cpp",
|
| 984 |
+
"bytes": 4508,
|
| 985 |
+
"sha256": "a74b16e2b2fe1b7bc7d237c2d33055972b0c6e450af2f097da1b0936ba1d1aa4"
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"path": "source/untracked_files/tests/test-q1-lora-step10.cpp",
|
| 989 |
+
"bytes": 46777,
|
| 990 |
+
"sha256": "0caac9b2ce9ffd5a1368e48eb679d7c62ac742502b91e058c43866e13dc49991"
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"path": "source/untracked_files/tests/test-q1-lora-step11.cpp",
|
| 994 |
+
"bytes": 49255,
|
| 995 |
+
"sha256": "096aae14e6a359dce8d471d7902af4e3b40ec63adaeb391dd56794ac83d9a933"
|
| 996 |
+
}
|
| 997 |
+
]
|
| 998 |
+
}
|
RELEASE_NOTES.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Release notes
|
| 2 |
+
|
| 3 |
+
- Steps 8–12: accepted.
|
| 4 |
+
- Clean source reproduction: PASS.
|
| 5 |
+
- Base model intentionally excluded.
|
| 6 |
+
- Source patch, dataset, adapters, checkpoints, reports and verification scripts included.
|
| 7 |
+
- This is a proof-of-training release, not a quality LoRA claim.
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2c1b265c1c1da934495134e4c2b4ba208fef5a6454860140f3dc04a65600b611 CITATION.cff
|
| 2 |
+
c6fc1f6091a63e6c7f19a4fbece562cfbe9955728f6ff5adc8f8d1c317647f97 LICENSE-NOTICE.md
|
| 3 |
+
ecfef23a71a423b0f6621c11b71a7255d3f8a92fd04b293498a7b024e9a34399 MODEL_REFERENCE.json
|
| 4 |
+
543ce8cee6da31889c4803c162fc2c214032eb7bec6b26a1e077ce5edff81190 README.md
|
| 5 |
+
50aa02dc4d85c2cfc3c407ec2dbe1f6373cde833aa919f4b85597807aaaa8087 RELEASE_MANIFEST.json
|
| 6 |
+
8ab18be92be8d9bcba75fae854a05ff0b3caffbb797923658ab2900cd2a47e5b RELEASE_NOTES.md
|
| 7 |
+
84d835c964c4a0ae32fed9be2106124ff9319b74317ba9cdb0ea21069150edb5 adapters/multi_target_adapter_initial.gguf
|
| 8 |
+
c6c163276a50c144315543a49ecdccd725608b5e3a653733a4a589369e0233d2 adapters/quick_resume_adapter.gguf
|
| 9 |
+
6ba256d4e1836a177a8c7519d05a95639d47f4ee181fb6fcd438eee40805549f adapters/step10_adapter_final.gguf
|
| 10 |
+
5b0ad0bf3074f09a21d9111e7ba51ab3a868a4a03fa303bbf9c61502dae56d43 binaries/linux-colab-cuda/BINARY_MANIFEST.json
|
| 11 |
+
8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca binaries/linux-colab-cuda/libggml-base.so
|
| 12 |
+
8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca binaries/linux-colab-cuda/libggml-base.so.0
|
| 13 |
+
8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca binaries/linux-colab-cuda/libggml-base.so.0.13.1
|
| 14 |
+
40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173 binaries/linux-colab-cuda/libggml-cpu.so
|
| 15 |
+
40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173 binaries/linux-colab-cuda/libggml-cpu.so.0
|
| 16 |
+
40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173 binaries/linux-colab-cuda/libggml-cpu.so.0.13.1
|
| 17 |
+
8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a binaries/linux-colab-cuda/libggml-cuda.so
|
| 18 |
+
8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a binaries/linux-colab-cuda/libggml-cuda.so.0
|
| 19 |
+
8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a binaries/linux-colab-cuda/libggml-cuda.so.0.13.1
|
| 20 |
+
71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8 binaries/linux-colab-cuda/libggml.so
|
| 21 |
+
71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8 binaries/linux-colab-cuda/libggml.so.0
|
| 22 |
+
71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8 binaries/linux-colab-cuda/libggml.so.0.13.1
|
| 23 |
+
bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba binaries/linux-colab-cuda/libllama-common.so
|
| 24 |
+
bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba binaries/linux-colab-cuda/libllama-common.so.0
|
| 25 |
+
bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba binaries/linux-colab-cuda/libllama-common.so.0.0.1
|
| 26 |
+
a2805c9a53ec1f3929b47104bf7c6df51c1504913241262fd247cd2b0fc88f72 binaries/linux-colab-cuda/libllama-completion-impl.so
|
| 27 |
+
c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7 binaries/linux-colab-cuda/libllama.so
|
| 28 |
+
c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7 binaries/linux-colab-cuda/libllama.so.0
|
| 29 |
+
c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7 binaries/linux-colab-cuda/libllama.so.0.0.1
|
| 30 |
+
b068163fe18c709ecd06cafe47d21e478854ad2a270343ab5e9f2dcece66ea3a binaries/linux-colab-cuda/llama-completion
|
| 31 |
+
ae0355324a0e7090f76b08b9074f2e074904569afd153ba00056c4f6ea70076b binaries/linux-colab-cuda/llama-tokenize
|
| 32 |
+
a7599fcd50d0868683c4a07d70fb19883276bc79bb78edc69844266fb4ffa0e0 binaries/linux-colab-cuda/test-q1-lora-dataset
|
| 33 |
+
6ae570c8e413f47eabc88a2f7e7e9c4cd5e73b489f4bedc3ced0ebbaef088132 binaries/linux-colab-cuda/test-q1-lora-multitarget
|
| 34 |
+
4f741f52f9b3b035ada892f0b88fe811d01783bb04189b38eebb43790290b935 binaries/linux-colab-cuda/test-q1-lora-roundtrip
|
| 35 |
+
07d0cf5996bbcd58cccc903d888fe6ed3ffe978ee0fd2c999247a8cad8b7dfe8 binaries/linux-colab-cuda/test-q1-lora-step10
|
| 36 |
+
d10511d5b02defde5dcd7181c0984279528242334fe379866a419a99a5d7cc45 binaries/linux-colab-cuda/test-q1-lora-step11
|
| 37 |
+
1ba5545af5c33aacd7c1d2b395afe0e53e4fac5f1fd07ea56353c5a0c9fa64b9 checkpoints/checkpoint_latest.p10ck
|
| 38 |
+
7c8e9b000eac8fa3ca60883b76f6a6c2ffe6126d97b3c861dfef70dcc4e3080c checkpoints/quick_resume_checkpoint.p10ck
|
| 39 |
+
cefb485353602c1ddf4e7a3bf6d322b60bb8acc5beadd2cdceec710ed4f08d4d clean_repro_logs/01_worktree_add.log
|
| 40 |
+
ce007e49f3ad18634717ed53ab2628d6feb610aa32290dae74097c4b68d68200 clean_repro_logs/02_patch_apply.log
|
| 41 |
+
67294a4ea13b51d63fa6cdb43b812ebafe3ed9559a6cc03ee53506c98599ddd4 clean_repro_logs/03_clean_status.txt
|
| 42 |
+
d82ab1c4738518d35324f8cfc622a95f7c4362d9ef8ba28e45987201e0b208bb clean_repro_logs/04_cmake_configure.log
|
| 43 |
+
212f16209b1b31186080470885617a654602cc5619d7cb1c38ae81d05bbac779 clean_repro_logs/05_cmake_build.log
|
| 44 |
+
16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73 clean_repro_logs/06_checkpoint_verify.log
|
| 45 |
+
16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73 clean_repro_logs/06_checkpoint_verify_original_failure.log
|
| 46 |
+
16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73 clean_repro_logs/06_checkpoint_verify_preserved.log
|
| 47 |
+
16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73 clean_repro_logs/06_checkpoint_verify_v1_1_repaired.log
|
| 48 |
+
16d532e8e53f546199f0c702268f45d9a1f6a42f048a84e0503453dc10676a73 clean_repro_logs/06_checkpoint_verify_v1_1_repaired_preserved.log
|
| 49 |
+
6391ecf5327bcad8de304179822de53a446b5a85adbcb3821e9cba5944aa34b2 clean_repro_logs/06_checkpoint_verify_v1_2_accepted_config.log
|
| 50 |
+
330919deadb5df28531c39401e3baa3fcb21b72fe4092681ee44c9f781d84432 clean_repro_logs/07_base_smoke_v1_2.log
|
| 51 |
+
3d1fa77fda7d31314e9fd346654556a83a89f247eadb77176a1a32c035383562 clean_repro_logs/08_adapter_smoke_v1_2.log
|
| 52 |
+
2c07de56cb022befff826d37bd7cdb5ba0b6b3c8421ef5ee484040dab0b4e2b4 clean_repro_logs/CLEAN_REPRO_RESULT.json
|
| 53 |
+
e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259 dataset/chat_template.txt
|
| 54 |
+
5bad1083d598bcb9e571ed0e235afdf4b0fe0475ccb7a566d2a5172d99176032 dataset/dataset_manifest.json
|
| 55 |
+
db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d dataset/fingerprint_material.txt
|
| 56 |
+
c9c05acba5201f81d600ca02e1fce8d3967106c5140b0cf7ee3e2dd584251ddb dataset/split_assignments.tsv
|
| 57 |
+
564403c59a25b9a3d367560ef0a61eedb3435e883af2bdd8a30ffdcb7ecb21ad dataset/train-00000.p9ds
|
| 58 |
+
70a8de0f58843c79f2195a7bc483f871b5fb186b286a69574e354495eafb4063 dataset/train-00001.p9ds
|
| 59 |
+
e251474f66216c8c91521a740be164dbee51944f652ebfc1e4fea449750f73f5 dataset/train-00002.p9ds
|
| 60 |
+
89f7cad06b7691b9c79ace27322fcfea765b9e5f3a7d5d8960242041725b275f dataset/validation-00000.p9ds
|
| 61 |
+
2ad2b65815c5bce31bce55819e1a7f18be7f4fe9b0211bfdf3293e60fbcc5dc3 reports/BUILD_ENVIRONMENT.txt
|
| 62 |
+
9906613da6d19f0ed2177964095f7cbd3fbeef5ee33d75aa2c6568c1f97e6407 reports/EVIDENCE_INDEX.json
|
| 63 |
+
2423b34d6f7b0c94f83f985624b0c924e6925e3cd616061b52c2f24ef4869fdf reports/project/FRESH_COLAB_RESTORE_HANDOFF.json
|
| 64 |
+
2c399d4727035d34412ef80ddcb6afc82de735cd28d9fab2f6c8068a2c8d568f reports/project/FRESH_COLAB_V4_2_RESTORE_HANDOFF.json
|
| 65 |
+
3bd5d92bb1890a835c160a8c83b44f344913393715223d7aa3e5ea23c202a680 reports/project/RESTORE_CONTINUATION_BUILD_REPORT.json
|
| 66 |
+
6765e9bfeb8b67e269b17cf276bdcd5df8bdc67713142cdcfbab7a0e4631aae5 reports/project/STAGE10_READY.json
|
| 67 |
+
074c356bdc8ef2c42e2a121ae3c78951e02fdf446007afca7930d1031123eed8 reports/project/STAGE11_AUTHORIZATION_AUDIT.json
|
| 68 |
+
b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464 reports/project/STAGE11_READY.json
|
| 69 |
+
8297eee6e840a966295d4294aaea0357b08f382f042e78aff11dd3f7a53f563a reports/project/STAGE12_READY.json
|
| 70 |
+
954e2d571f68592600b781b92b9c0a1de14d99527415307dcc197c5dd07cbc7c reports/project/STAGE13_READY.json
|
| 71 |
+
3d07dffe2c5dcac0d2108206ca041293a3f4caaddc316fb17646d2ad4bd6d4ab reports/project/STAGE8_READY.json
|
| 72 |
+
136757d4666cfbed03c413de60d52881083265ef1b56d1a43ea26c65888ebdf0 reports/project/STAGE8_READY.txt
|
| 73 |
+
c296b6e7cbf9474c62290b4b4b65d14f1cf1fb446851fe2fdb23ea58f4fe47d5 reports/project/STAGE9_READY.json
|
| 74 |
+
b456847620f717687aa5d7120a0c0061c20ad88510f2ed47c2bce25057b939f1 reports/project/colab_workspace_manifest.json
|
| 75 |
+
b1db497848bdf7f6d9f387628e946c8214f0cb0755f66ed9f533ab1df44f42cf reports/project/fresh_colab_stage7_base_recovery_report.json
|
| 76 |
+
6f7736a79bbe6842bdd4cb7957e41521c132d9d82fef4fa8db84c225bc7e8474 reports/project/fresh_colab_stage7_base_recovery_report.txt
|
| 77 |
+
3d4b80e58a737159d03775cbe13645f11b6b4e2b3072be246014f1d8b63a7745 reports/project/pre_step13_storage_cleanup_report.json
|
| 78 |
+
8ee0e4a782e685d8a5ef8d5cfc3ed134674b3a80bcdb345af00a9a1e797e0317 reports/project/step01_bootstrap_report.txt
|
| 79 |
+
b818a52670b71dafa008622d67626a774fc69dfc624d63c86811911ca4657b70 reports/project/step02_exact_q1_f32_report.txt
|
| 80 |
+
f0d1481773cb56df04c48caf37d2c4d33c56990cd98f109dd10c7786bf52bd15 reports/project/step03_prism_exact_q1_training_path_report.txt
|
| 81 |
+
72aab888654f3af49e177f6df6a013e2b7466b479de3fb3c44c390c965fcd261 reports/project/step03b_native_exact_q1_validation_report.txt
|
| 82 |
+
ed526936eb0048384b02a4ff3081b3f3836011cda61c822187f7c8c37cd718c0 reports/project/step03c_final_validation_report.txt
|
| 83 |
+
52595e8763471688891796016545a15eda88d196528b4e2f49bd2790243f5803 reports/project/step04_q1_lora_adamw_report.txt
|
| 84 |
+
a01066ffc2c857dd07e49e0705e1ffb32d12806760ee51df5dffef575ff8b9f9 reports/project/step04b_q1_lora_adamw_report.txt
|
| 85 |
+
c821fa2c20c174598038e6663a0e366e1fd7fc9a9e878b679f98aeeb2790632e reports/project/step04c_q1_lora_adamw_report.txt
|
| 86 |
+
3afb17f08d5d0242d538c6bf3b51b60faefe337d7b69e47ad86943bbf7e97568 reports/project/step04d_q1_lora_adamw_behavioral_report.txt
|
| 87 |
+
0bd97e428e985f494631b0172058f7dbaa0a703da7041282351e1b4d7e032762 reports/project/step04e_q1_lora_adamw_report.txt
|
| 88 |
+
8c407d1b22741923fcdbc9fa7f0239f56ceeec749bd77ae04dd6ffd9340c665f reports/project/step04f_q1_lora_adamw_report.txt
|
| 89 |
+
182acb98e79ab5ac0a630031440a7da46eeb14d50da62d62d9caccfa98dfbb0f reports/project/step05_real_bonsai_layer_integration_report.txt
|
| 90 |
+
fba7a13cd11ef04af7f9f95f60385c0a7c3697c7c7d907a5112cfc97d6c69b1e reports/project/step05b_real_bonsai_layer_integration_report.txt
|
| 91 |
+
2d82621ef91c3ba8c53ebb26e29944d48f5d5bd3049bbc5a874403e8827d7482 reports/project/step06_qwen35_loader_integration_report.txt
|
| 92 |
+
f4a045d920198d4941d985c261a1ac429c9850224bcef3d26b1bf63c1f9e0e76 reports/project/step06b_qwen35_loader_integration_report.txt
|
| 93 |
+
1f9ff65542b0999bcb0f005b868543e66f248c3e623c8dd850110147bbfe12c1 reports/project/step06c_qwen35_loader_integration_report.txt
|
| 94 |
+
3c628c2f30abc3cdd78d5df22c151e2c95d4e61dd9e7a279272fcfddf539def6 reports/project/step06d_qwen35_loader_integration_report.txt
|
| 95 |
+
b8eb12abcba9891d13379bf86a73e36057a6a7cc6a27bc83b1305933df4bee40 reports/project/step07_complete_block_backward_report.txt
|
| 96 |
+
244527e66c5253267370e9bc23eef78f4dfa36028b37b86e09d101b09139620d reports/project/step07c3_helper_relocation_report.txt
|
| 97 |
+
a9e8c99df04623fff5a1179fb3e0ebe9decdb33508b81ab272b3db7733269088 reports/project/step07c_training_no_inplace_backward_report.txt
|
| 98 |
+
7c887b4d5cd373de7e043b20573544d16f764e70650155622709a4da8cf83fd1 reports/project/step07d_set_rows_backward_report.txt
|
| 99 |
+
e2ccf441c464a53804c56fd099365fbf497a732ccd29345856bf888668fd4ba3 reports/project/step07e_sigmoid_gradient_audit_report.txt
|
| 100 |
+
4eac0acf0a4b8cba49275d8b2475ac19cfdd1ca27b0872e7b9cae11673289cb4 reports/project/step07f_unfused_gdn_safe_gradient_report.txt
|
| 101 |
+
e716c9cc1c3ece236a7dce5e68c073958db82fc6f3863f7249f3e09c35146c40 reports/project/step07y_reconstructed_final_acceptance_report.json
|
| 102 |
+
be7bb546b0e9098f601dede09fe1fc9fccd62058526f1e753be1010ade07e503 reports/project/step07y_reconstructed_final_acceptance_report.txt
|
| 103 |
+
f5c3417712686d633b26740e89f68f77d7352836e29094c2d4244853f5ab7dda reports/project/step07z2_corrected_finalization_report.json
|
| 104 |
+
4700e77925db344d2c68da06c11dce7e65050a46b169fe83e8f6b953d8f8355d reports/project/step07z2_corrected_finalization_report.txt
|
| 105 |
+
9c3ca6077cd26bee3eea780f156c5028f4b0f3c843fef1a463470ab134ba052e reports/project/step07z_validation_only_final_report.json
|
| 106 |
+
b9a63973616b30a9a1c6fa395195ff8f674340376a66eb2a6751d1d92321c428 reports/project/step07z_validation_only_final_report.txt
|
| 107 |
+
6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823 reports/project/step08_multitarget_acceptance_report.json
|
| 108 |
+
ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25 reports/project/step08_multitarget_acceptance_report.txt
|
| 109 |
+
6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823 reports/project/step08_multitarget_acceptance_report_final.json
|
| 110 |
+
ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25 reports/project/step08_multitarget_acceptance_report_final.txt
|
| 111 |
+
2b2eeb44aedd2e5240ff9d7ffb3b84928a687091324ce80563e8ee783b968f57 reports/project/step08_multitarget_implementation_report.txt
|
| 112 |
+
5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f reports/project/step09_dataset_acceptance_report.json
|
| 113 |
+
353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6 reports/project/step09_dataset_acceptance_report.txt
|
| 114 |
+
5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f reports/project/step09_dataset_acceptance_report_final.json
|
| 115 |
+
353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6 reports/project/step09_dataset_acceptance_report_final.txt
|
| 116 |
+
e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259 reports/project/step09_dataset_pipeline/artifacts/accepted/chat_template.txt
|
| 117 |
+
5bad1083d598bcb9e571ed0e235afdf4b0fe0475ccb7a566d2a5172d99176032 reports/project/step09_dataset_pipeline/artifacts/accepted/dataset_manifest.json
|
| 118 |
+
db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d reports/project/step09_dataset_pipeline/artifacts/accepted/fingerprint_material.txt
|
| 119 |
+
564403c59a25b9a3d367560ef0a61eedb3435e883af2bdd8a30ffdcb7ecb21ad reports/project/step09_dataset_pipeline/artifacts/accepted/train-00000.p9ds
|
| 120 |
+
70a8de0f58843c79f2195a7bc483f871b5fb186b286a69574e354495eafb4063 reports/project/step09_dataset_pipeline/artifacts/accepted/train-00001.p9ds
|
| 121 |
+
e251474f66216c8c91521a740be164dbee51944f652ebfc1e4fea449750f73f5 reports/project/step09_dataset_pipeline/artifacts/accepted/train-00002.p9ds
|
| 122 |
+
89f7cad06b7691b9c79ace27322fcfea765b9e5f3a7d5d8960242041725b275f reports/project/step09_dataset_pipeline/artifacts/accepted/validation-00000.p9ds
|
| 123 |
+
ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf reports/project/step10_adapter_roundtrip_report.json
|
| 124 |
+
767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8 reports/project/step10_adapter_roundtrip_report.txt
|
| 125 |
+
b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc reports/project/step10_training_acceptance_report.json
|
| 126 |
+
a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289 reports/project/step10_training_acceptance_report.txt
|
| 127 |
+
b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc reports/project/step10_training_acceptance_report_final.json
|
| 128 |
+
a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289 reports/project/step10_training_acceptance_report_final.txt
|
| 129 |
+
b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464 reports/project/step10_training_pipeline/artifacts/accepted/STAGE11_READY.json
|
| 130 |
+
4c7f0d4824ba49fd05153f7b559188144faf1a60a824715e7ac32c2f65289f2c reports/project/step10_training_pipeline/artifacts/accepted/latest.json
|
| 131 |
+
79c8cb293ee9d53463b09e7737f75ba81fd4519906efba3106eec6b915de3fdf reports/project/step10_training_pipeline/artifacts/accepted/raw_adapter/manifest.json
|
| 132 |
+
ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.json
|
| 133 |
+
767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8 reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.txt
|
| 134 |
+
6654f0c535a7773697c143bd1c3efa7cdcce981c33ab210a4470035ef0c89fdf reports/project/step10_training_pipeline/artifacts/accepted/step10_resume_acceptance_report.txt
|
| 135 |
+
b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.json
|
| 136 |
+
a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289 reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.txt
|
| 137 |
+
1bb463ce5dd73ef31ba143c2daa835bd7a8c6dd25808c22a7d53efe728071f53 reports/project/step10_training_pipeline/artifacts/accepted/target_configuration.json
|
| 138 |
+
17cb4dacf4d1c41c3f54777d4fc67ec4838b4fc2f9350b6044d6daba2e73588f reports/project/step10_training_pipeline/artifacts/accepted/training_config.json
|
| 139 |
+
3c3947031943017b90ba76228d06701c457f37df1dee9599f56b257ec992bfd6 reports/project/step10_training_pipeline/artifacts/accepted/training_metrics.json
|
| 140 |
+
2ee937c412463014d9597db4dd9bfdcd74f7a02e2f8baaac0411df61b46100ac reports/project/step11_quality_acceptance_report_final.json
|
| 141 |
+
bb3d953bb0c7818b8aed8ed77e60a879d702245a4f7cc184e9f01466df89764a reports/project/step11_quality_acceptance_report_final.txt
|
| 142 |
+
e799180343d125ac10cd9d73cb6bf847184882c994de23c749ee846ce63a663e reports/project/step11_quality_acceptance_report_v2_2_before_gate_repair.json
|
| 143 |
+
38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.json
|
| 144 |
+
b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025 reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.txt
|
| 145 |
+
9fa19eafd68dc4ca983bd2ff2d382ae5d524a3a9ad6fe9e53ba0ccc3cad4cbec reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_v1_3_finalizer_summary.json
|
| 146 |
+
7d599cf8cf755346f805086f518280b78dfc47339ffb8f975ea8275efac1ff96 reports/project/step12_performance_stability_pipeline/artifacts/accepted/training_resume_stress_summary.json
|
| 147 |
+
38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d reports/project/step12_performance_stability_report_final.json
|
| 148 |
+
b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025 reports/project/step12_performance_stability_report_final.txt
|
| 149 |
+
8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a reports/project/step12_performance_stability_report_v1_before_finalizer.json
|
| 150 |
+
8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a reports/project/step12_performance_stability_report_v1_before_resume_repair.json
|
| 151 |
+
751ed0e8b98f6125c330e6901327be526f8fcf2828d6297e7a0a45247fd42c87 reports/project/target_inventory.json
|
| 152 |
+
8b5a13c344d58edd7b47e34b1383adf3f06c06c6f53a9c73d429047102b9efbc reports/raw_evidence/performance_base.log
|
| 153 |
+
a0d2a94c707d0a7a4cf2bd80c7be0d35664e4d9c6f640e8889ac5f61fb75ac7a reports/raw_evidence/performance_trained.log
|
| 154 |
+
42af3564dc6bc021d6376b1cece355289b3dd7e7ea1b458de78bca7cb7e9b8ac reports/raw_evidence/quick_soak.log
|
| 155 |
+
7017e36f757286fe6b023342e6291fb04457688c4a1f3afe6274877e7852be83 reports/raw_evidence/resume_a.log
|
| 156 |
+
53cbe064467842200e22c88a5755262bc665191bfdfe935b39ded41f34c5f0b4 reports/raw_evidence/resume_b.log
|
| 157 |
+
f25a654a28179cc8b6f763e5ab7aa53527957518d5a22c2e45bdaf957ed025fa reproduce/BUILD_CONFIG.json
|
| 158 |
+
69dabbe32186fe19fdde9d310b1a63280359c4be470a59a532d6ca78b457b593 reproduce/MODEL_REFERENCES.json
|
| 159 |
+
b90f53f58228407538b61667988cf1bf68c59f04e70aa8ceb72d291419642d34 reproduce/download_models.py
|
| 160 |
+
fa2532782a106fcdaa053c0e8ac44cb98e8bf59ec7b552ef803ef52f674bdbe4 reproduce/requirements.txt
|
| 161 |
+
eebcae6e3a564de0a0401c20681e0876368a37d8d0b56299f860203a685db9ab reproduce/restore_and_build.py
|
| 162 |
+
6d2b6dcad08e618ff5b929952380cd78b04e9fbd9f48bb8fd799be481cdc65d0 reproduce/verify_release.py
|
| 163 |
+
914551649aeae5656b898e250bdc910f2115524969e641357faa219aad40dfcf source/GIT_DIFF_STAT.txt
|
| 164 |
+
67294a4ea13b51d63fa6cdb43b812ebafe3ed9559a6cc03ee53506c98599ddd4 source/GIT_STATUS.txt
|
| 165 |
+
95c178e7df22a8d2cfe913b0c5dc86af939fb5e2dae61aef98bc95e934530efd source/PINNED_COMMIT.txt
|
| 166 |
+
506b2f32dfd1ce173abf6203a25c85cd284cb8419dcad15b5a901c9a4db7f7ab source/SOURCE_SNAPSHOT.json
|
| 167 |
+
e4a3e257bcd2b998772327531b07b9096c4054538f69465d40e23c0c7ab20a24 source/UNTRACKED_SOURCE_MANIFEST.json
|
| 168 |
+
3d3a039aed73bac65974d8321c6dfe73a270a2e4bebeecb3d994692fd9d2dd67 source/prism_native_q1_lora.patch
|
| 169 |
+
7cb8be48cc0c9101ba1097931522ae828cb3ce4797a603dcd380d3aac0e92a35 source/untracked_files/ggml/src/ggml-cuda/mulmat-q1-f32.cu
|
| 170 |
+
a84302578c27c05b38c835fad036b9d773579cc94a731d76fb384e1929607fdc source/untracked_files/ggml/src/ggml-cuda/mulmat-q1-f32.cuh
|
| 171 |
+
c38752a65ab99199c556d8e46d4dc2a0ef0d43c42a1aacd720502e41dfe58182 source/untracked_files/tests/test-bonsai-q1-lora-layers.cpp
|
| 172 |
+
410b1150b5da1a22c7ba3e82a33888d61dc5ae55ad756e9596cbc6b2d1e80b39 source/untracked_files/tests/test-q1-lora-dataset.cpp
|
| 173 |
+
3161cd2bf363c719ed2d4edfaedeec69ebbf5560ee2ff1a764e3647d8676d8ca source/untracked_files/tests/test-q1-lora-full-backward.cpp
|
| 174 |
+
fd3d0e5a6dd8ef946143ed70ed383cebab8bdd364cc573f20ba184c313b43093 source/untracked_files/tests/test-q1-lora-loader-blocks.cpp
|
| 175 |
+
62864dde7f1416ff31049c51d1a759f5a943f06b172948e6f41b1deaafb25b9e source/untracked_files/tests/test-q1-lora-multitarget.cpp
|
| 176 |
+
bac0041553a8de2f4143434029d631f81833582c40da2751e75e0c22d31d7f61 source/untracked_files/tests/test-q1-lora-opt.cpp
|
| 177 |
+
a74b16e2b2fe1b7bc7d237c2d33055972b0c6e450af2f097da1b0936ba1d1aa4 source/untracked_files/tests/test-q1-lora-roundtrip.cpp
|
| 178 |
+
0caac9b2ce9ffd5a1368e48eb679d7c62ac742502b91e058c43866e13dc49991 source/untracked_files/tests/test-q1-lora-step10.cpp
|
| 179 |
+
096aae14e6a359dce8d471d7902af4e3b40ec63adaeb391dd56794ac83d9a933 source/untracked_files/tests/test-q1-lora-step11.cpp
|
adapters/multi_target_adapter_initial.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84d835c964c4a0ae32fed9be2106124ff9319b74317ba9cdb0ea21069150edb5
|
| 3 |
+
size 542208
|
adapters/quick_resume_adapter.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6c163276a50c144315543a49ecdccd725608b5e3a653733a4a589369e0233d2
|
| 3 |
+
size 542208
|
adapters/step10_adapter_final.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ba256d4e1836a177a8c7519d05a95639d47f4ee181fb6fcd438eee40805549f
|
| 3 |
+
size 542208
|
binaries/linux-colab-cuda/BINARY_MANIFEST.json
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"platform": "Linux x86_64",
|
| 3 |
+
"build_type": "Release",
|
| 4 |
+
"source_commit": "7529fdaaf99ffdc5ca71ace9c7409a56b27ad92f",
|
| 5 |
+
"checkpoint_configuration": {
|
| 6 |
+
"seed": 1234,
|
| 7 |
+
"train_context": 64,
|
| 8 |
+
"target_global_steps": 10,
|
| 9 |
+
"accumulation_steps": 2,
|
| 10 |
+
"base_lr": 0.0002,
|
| 11 |
+
"min_lr": 2e-05,
|
| 12 |
+
"warmup_steps": 1,
|
| 13 |
+
"max_grad_norm": 0.001
|
| 14 |
+
},
|
| 15 |
+
"files": [
|
| 16 |
+
{
|
| 17 |
+
"path": "libggml-base.so",
|
| 18 |
+
"bytes": 914792,
|
| 19 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"path": "libggml-base.so.0",
|
| 23 |
+
"bytes": 914792,
|
| 24 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"path": "libggml-base.so.0.13.1",
|
| 28 |
+
"bytes": 914792,
|
| 29 |
+
"sha256": "8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"path": "libggml-cpu.so",
|
| 33 |
+
"bytes": 1299840,
|
| 34 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"path": "libggml-cpu.so.0",
|
| 38 |
+
"bytes": 1299840,
|
| 39 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"path": "libggml-cpu.so.0.13.1",
|
| 43 |
+
"bytes": 1299840,
|
| 44 |
+
"sha256": "40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"path": "libggml-cuda.so",
|
| 48 |
+
"bytes": 62723160,
|
| 49 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"path": "libggml-cuda.so.0",
|
| 53 |
+
"bytes": 62723160,
|
| 54 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"path": "libggml-cuda.so.0.13.1",
|
| 58 |
+
"bytes": 62723160,
|
| 59 |
+
"sha256": "8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"path": "libggml.so",
|
| 63 |
+
"bytes": 55184,
|
| 64 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"path": "libggml.so.0",
|
| 68 |
+
"bytes": 55184,
|
| 69 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"path": "libggml.so.0.13.1",
|
| 73 |
+
"bytes": 55184,
|
| 74 |
+
"sha256": "71d4cb8f02f9625b7f145db5616d117dc0a77e1178d861908b2184a4188808b8"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"path": "libllama-common.so",
|
| 78 |
+
"bytes": 5858088,
|
| 79 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"path": "libllama-common.so.0",
|
| 83 |
+
"bytes": 5858088,
|
| 84 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"path": "libllama-common.so.0.0.1",
|
| 88 |
+
"bytes": 5858088,
|
| 89 |
+
"sha256": "bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"path": "libllama-completion-impl.so",
|
| 93 |
+
"bytes": 118672,
|
| 94 |
+
"sha256": "a2805c9a53ec1f3929b47104bf7c6df51c1504913241262fd247cd2b0fc88f72"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"path": "libllama.so",
|
| 98 |
+
"bytes": 3734568,
|
| 99 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"path": "libllama.so.0",
|
| 103 |
+
"bytes": 3734568,
|
| 104 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"path": "libllama.so.0.0.1",
|
| 108 |
+
"bytes": 3734568,
|
| 109 |
+
"sha256": "c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"path": "llama-completion",
|
| 113 |
+
"bytes": 15968,
|
| 114 |
+
"sha256": "b068163fe18c709ecd06cafe47d21e478854ad2a270343ab5e9f2dcece66ea3a"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"path": "llama-tokenize",
|
| 118 |
+
"bytes": 31832,
|
| 119 |
+
"sha256": "ae0355324a0e7090f76b08b9074f2e074904569afd153ba00056c4f6ea70076b"
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"path": "test-q1-lora-dataset",
|
| 123 |
+
"bytes": 154792,
|
| 124 |
+
"sha256": "a7599fcd50d0868683c4a07d70fb19883276bc79bb78edc69844266fb4ffa0e0"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"path": "test-q1-lora-multitarget",
|
| 128 |
+
"bytes": 317280,
|
| 129 |
+
"sha256": "6ae570c8e413f47eabc88a2f7e7e9c4cd5e73b489f4bedc3ced0ebbaef088132"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"path": "test-q1-lora-roundtrip",
|
| 133 |
+
"bytes": 33680,
|
| 134 |
+
"sha256": "4f741f52f9b3b035ada892f0b88fe811d01783bb04189b38eebb43790290b935"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"path": "test-q1-lora-step10",
|
| 138 |
+
"bytes": 167376,
|
| 139 |
+
"sha256": "07d0cf5996bbcd58cccc903d888fe6ed3ffe978ee0fd2c999247a8cad8b7dfe8"
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"path": "test-q1-lora-step11",
|
| 143 |
+
"bytes": 135344,
|
| 144 |
+
"sha256": "d10511d5b02defde5dcd7181c0984279528242334fe379866a419a99a5d7cc45"
|
| 145 |
+
}
|
| 146 |
+
]
|
| 147 |
+
}
|
binaries/linux-colab-cuda/libggml-base.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca
|
| 3 |
+
size 914792
|
binaries/linux-colab-cuda/libggml-base.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca
|
| 3 |
+
size 914792
|
binaries/linux-colab-cuda/libggml-base.so.0.13.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e665b3ea7cb931c9a41b42f2526c975524f5fc873be412f6d5066a91e3e7dca
|
| 3 |
+
size 914792
|
binaries/linux-colab-cuda/libggml-cpu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173
|
| 3 |
+
size 1299840
|
binaries/linux-colab-cuda/libggml-cpu.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173
|
| 3 |
+
size 1299840
|
binaries/linux-colab-cuda/libggml-cpu.so.0.13.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c6014e9a489ec98bc81e3effe7dadbf3828a8be289b5d75ff72f70e3978173
|
| 3 |
+
size 1299840
|
binaries/linux-colab-cuda/libggml-cuda.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a
|
| 3 |
+
size 62723160
|
binaries/linux-colab-cuda/libggml-cuda.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a
|
| 3 |
+
size 62723160
|
binaries/linux-colab-cuda/libggml-cuda.so.0.13.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8236dd59bafaa85f5b0e2ffc7de87705125e661d97ee177a0affec606f49ac8a
|
| 3 |
+
size 62723160
|
binaries/linux-colab-cuda/libggml.so
ADDED
|
Binary file (55.2 kB). View file
|
|
|
binaries/linux-colab-cuda/libggml.so.0
ADDED
|
Binary file (55.2 kB). View file
|
|
|
binaries/linux-colab-cuda/libggml.so.0.13.1
ADDED
|
Binary file (55.2 kB). View file
|
|
|
binaries/linux-colab-cuda/libllama-common.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba
|
| 3 |
+
size 5858088
|
binaries/linux-colab-cuda/libllama-common.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba
|
| 3 |
+
size 5858088
|
binaries/linux-colab-cuda/libllama-common.so.0.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc24bbeb88c2d32ebdbb599e937670739f084e2b16529074228462a05cdf17ba
|
| 3 |
+
size 5858088
|
binaries/linux-colab-cuda/libllama-completion-impl.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2805c9a53ec1f3929b47104bf7c6df51c1504913241262fd247cd2b0fc88f72
|
| 3 |
+
size 118672
|
binaries/linux-colab-cuda/libllama.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7
|
| 3 |
+
size 3734568
|
binaries/linux-colab-cuda/libllama.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7
|
| 3 |
+
size 3734568
|
binaries/linux-colab-cuda/libllama.so.0.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9d11edc450fcaad5e47ea2b3fb7149a4ab78524033cf01cdf56883e7779bbc7
|
| 3 |
+
size 3734568
|
binaries/linux-colab-cuda/llama-completion
ADDED
|
Binary file (16 kB). View file
|
|
|
binaries/linux-colab-cuda/llama-tokenize
ADDED
|
Binary file (31.8 kB). View file
|
|
|
binaries/linux-colab-cuda/test-q1-lora-dataset
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7599fcd50d0868683c4a07d70fb19883276bc79bb78edc69844266fb4ffa0e0
|
| 3 |
+
size 154792
|
binaries/linux-colab-cuda/test-q1-lora-multitarget
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae570c8e413f47eabc88a2f7e7e9c4cd5e73b489f4bedc3ced0ebbaef088132
|
| 3 |
+
size 317280
|
binaries/linux-colab-cuda/test-q1-lora-roundtrip
ADDED
|
Binary file (33.7 kB). View file
|
|
|
binaries/linux-colab-cuda/test-q1-lora-step10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07d0cf5996bbcd58cccc903d888fe6ed3ffe978ee0fd2c999247a8cad8b7dfe8
|
| 3 |
+
size 167376
|
binaries/linux-colab-cuda/test-q1-lora-step11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d10511d5b02defde5dcd7181c0984279528242334fe379866a419a99a5d7cc45
|
| 3 |
+
size 135344
|
checkpoints/checkpoint_latest.p10ck
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ba5545af5c33aacd7c1d2b395afe0e53e4fac5f1fd07ea56353c5a0c9fa64b9
|
| 3 |
+
size 2167005
|
checkpoints/quick_resume_checkpoint.p10ck
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c8e9b000eac8fa3ca60883b76f6a6c2ffe6126d97b3c861dfef70dcc4e3080c
|
| 3 |
+
size 2166644
|
clean_repro_logs/01_worktree_add.log
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["git", "-C", "/content/Prism-llama.cpp", "worktree", "add", "--detach", "/content/prism_native_q1_lora/step13_release/clean_repro_worktree", "7529fdaaf99ffdc5ca71ace9c7409a56b27ad92f"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
Preparing worktree (detached HEAD 7529fda)
|
| 6 |
+
HEAD is now at 7529fda force qwen35 to treat IGPU like a GPU so DSpark does not fall back to CPU (#88)
|
clean_repro_logs/02_patch_apply.log
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["git", "-C", "/content/prism_native_q1_lora/step13_release/clean_repro_worktree", "apply", "--whitespace=nowarn", "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/source/prism_native_q1_lora.patch"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
clean_repro_logs/03_clean_status.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
M ggml/include/ggml-opt.h
|
| 2 |
+
M ggml/src/ggml-cpu/ops.cpp
|
| 3 |
+
M ggml/src/ggml-cuda/ggml-cuda.cu
|
| 4 |
+
M ggml/src/ggml-cuda/out-prod.cu
|
| 5 |
+
M ggml/src/ggml-cuda/unary.cu
|
| 6 |
+
M ggml/src/ggml-opt.cpp
|
| 7 |
+
M ggml/src/ggml.c
|
| 8 |
+
M include/llama.h
|
| 9 |
+
M src/llama-adapter.cpp
|
| 10 |
+
M src/llama-context.cpp
|
| 11 |
+
M src/llama-context.h
|
| 12 |
+
M src/llama-graph.cpp
|
| 13 |
+
M src/models/delta-net-base.cpp
|
| 14 |
+
M src/models/qwen35.cpp
|
| 15 |
+
M tests/CMakeLists.txt
|
| 16 |
+
M tests/test-backend-ops.cpp
|
| 17 |
+
?? ggml/src/ggml-cuda/mulmat-q1-f32.cu
|
| 18 |
+
?? ggml/src/ggml-cuda/mulmat-q1-f32.cuh
|
| 19 |
+
?? tests/test-bonsai-q1-lora-layers.cpp
|
| 20 |
+
?? tests/test-q1-lora-dataset.cpp
|
| 21 |
+
?? tests/test-q1-lora-full-backward.cpp
|
| 22 |
+
?? tests/test-q1-lora-loader-blocks.cpp
|
| 23 |
+
?? tests/test-q1-lora-multitarget.cpp
|
| 24 |
+
?? tests/test-q1-lora-opt.cpp
|
| 25 |
+
?? tests/test-q1-lora-roundtrip.cpp
|
| 26 |
+
?? tests/test-q1-lora-step10.cpp
|
| 27 |
+
?? tests/test-q1-lora-step11.cpp
|
clean_repro_logs/04_cmake_configure.log
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["cmake", "-S", "/content/prism_native_q1_lora/step13_release/clean_repro_worktree", "-B", "/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13", "-G", "Ninja", "-DGGML_CUDA=ON", "-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_CUDA_ARCHITECTURES=89", "-DCMAKE_C_COMPILER=gcc-11", "-DCMAKE_CXX_COMPILER=g++-11"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
-- The C compiler identification is GNU 11.4.0
|
| 6 |
+
-- The CXX compiler identification is GNU 11.4.0
|
| 7 |
+
-- Detecting C compiler ABI info
|
| 8 |
+
-- Detecting C compiler ABI info - done
|
| 9 |
+
-- Check for working C compiler: /usr/bin/gcc-11 - skipped
|
| 10 |
+
-- Detecting C compile features
|
| 11 |
+
-- Detecting C compile features - done
|
| 12 |
+
-- Detecting CXX compiler ABI info
|
| 13 |
+
-- Detecting CXX compiler ABI info - done
|
| 14 |
+
-- Check for working CXX compiler: /usr/bin/g++-11 - skipped
|
| 15 |
+
-- Detecting CXX compile features
|
| 16 |
+
-- Detecting CXX compile features - done
|
| 17 |
+
CMAKE_BUILD_TYPE=Release
|
| 18 |
+
-- Found Git: /usr/bin/git (found version "2.34.1")
|
| 19 |
+
-- The ASM compiler identification is GNU
|
| 20 |
+
-- Found assembler: /usr/bin/gcc-11
|
| 21 |
+
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
| 22 |
+
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
|
| 23 |
+
-- Found Threads: TRUE
|
| 24 |
+
-- ccache found, compilation results will be cached. Disable with GGML_CCACHE=OFF.
|
| 25 |
+
-- CMAKE_SYSTEM_PROCESSOR: x86_64
|
| 26 |
+
-- GGML_SYSTEM_ARCH: x86
|
| 27 |
+
-- Found OpenMP_C: -fopenmp (found version "4.5")
|
| 28 |
+
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
|
| 29 |
+
-- Found OpenMP: TRUE (found version "4.5")
|
| 30 |
+
-- Including CPU backend
|
| 31 |
+
-- x86 detected
|
| 32 |
+
-- Adding CPU backend variant ggml-cpu: -march=native
|
| 33 |
+
-- Found CUDAToolkit: /usr/local/cuda/targets/x86_64-linux/include (found version "12.8.93")
|
| 34 |
+
-- CUDA Toolkit found
|
| 35 |
+
-- The CUDA compiler identification is NVIDIA 12.8.93 with host compiler GNU 11.4.0
|
| 36 |
+
-- Detecting CUDA compiler ABI info
|
| 37 |
+
-- Detecting CUDA compiler ABI info - done
|
| 38 |
+
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
|
| 39 |
+
-- Detecting CUDA compile features
|
| 40 |
+
-- Detecting CUDA compile features - done
|
| 41 |
+
-- Using CMAKE_CUDA_ARCHITECTURES=89 CMAKE_CUDA_ARCHITECTURES_NATIVE=89-real
|
| 42 |
+
-- Found NCCL: /usr/lib/x86_64-linux-gnu/libnccl.so
|
| 43 |
+
-- CUDA host compiler is GNU 11.4.0
|
| 44 |
+
-- Including CUDA backend
|
| 45 |
+
-- ggml version: 0.13.1
|
| 46 |
+
-- ggml commit: 7529fda-dirty
|
| 47 |
+
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
|
| 48 |
+
-- Performing Test OPENSSL_VERSION_SUPPORTED
|
| 49 |
+
-- Performing Test OPENSSL_VERSION_SUPPORTED - Success
|
| 50 |
+
-- OpenSSL found: 3.0.2
|
| 51 |
+
-- Generating embedded license file for target: llama-app
|
| 52 |
+
-- Configuring done (5.5s)
|
| 53 |
+
-- Generating done (0.3s)
|
| 54 |
+
-- Build files have been written to: /content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13
|
clean_repro_logs/05_cmake_build.log
ADDED
|
@@ -0,0 +1,427 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["cmake", "--build", "/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13", "--target", "test-q1-lora-multitarget", "test-q1-lora-dataset", "test-q1-lora-step10", "test-q1-lora-step11", "test-q1-lora-roundtrip", "llama-completion", "llama-tokenize", "-j", "2"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
[1/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml.cpp.o
|
| 6 |
+
[2/395] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml-alloc.c.o
|
| 7 |
+
[3/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-backend.cpp.o
|
| 8 |
+
[4/395] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml.c.o
|
| 9 |
+
[5/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-opt.cpp.o
|
| 10 |
+
[6/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-threading.cpp.o
|
| 11 |
+
[7/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/ggml-backend-meta.cpp.o
|
| 12 |
+
[8/395] Building CXX object ggml/src/CMakeFiles/ggml-base.dir/gguf.cpp.o
|
| 13 |
+
[9/395] Building C object ggml/src/CMakeFiles/ggml-base.dir/ggml-quants.c.o
|
| 14 |
+
[10/395] Linking CXX shared library bin/libggml-base.so.0.13.1
|
| 15 |
+
[11/395] Creating library symlink bin/libggml-base.so.0 bin/libggml-base.so
|
| 16 |
+
[12/395] Building CXX object ggml/src/CMakeFiles/ggml.dir/ggml-backend-dl.cpp.o
|
| 17 |
+
[13/395] Building C object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.c.o
|
| 18 |
+
[14/395] Building CXX object ggml/src/CMakeFiles/ggml.dir/ggml-backend-reg.cpp.o
|
| 19 |
+
[15/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.cpp.o
|
| 20 |
+
[16/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/hbm.cpp.o
|
| 21 |
+
[17/395] Building C object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/quants.c.o
|
| 22 |
+
[18/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/traits.cpp.o
|
| 23 |
+
[19/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/amx.cpp.o
|
| 24 |
+
[20/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/mmq.cpp.o
|
| 25 |
+
[21/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o
|
| 26 |
+
[22/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/binary-ops.cpp.o
|
| 27 |
+
[23/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/vec.cpp.o
|
| 28 |
+
[24/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/unary-ops.cpp.o
|
| 29 |
+
[25/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/llamafile/sgemm.cpp.o
|
| 30 |
+
[26/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o
|
| 31 |
+
[27/395] Building C object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/quants.c.o
|
| 32 |
+
[28/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/acc.cu.o
|
| 33 |
+
[29/395] Building CXX object ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o
|
| 34 |
+
[30/395] Linking CXX shared library bin/libggml-cpu.so.0.13.1
|
| 35 |
+
[31/395] Creating library symlink bin/libggml-cpu.so.0 bin/libggml-cpu.so
|
| 36 |
+
[32/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/add-id.cu.o
|
| 37 |
+
[33/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/allreduce.cu.o
|
| 38 |
+
[34/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/arange.cu.o
|
| 39 |
+
[35/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/argmax.cu.o
|
| 40 |
+
[36/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/binbcast.cu.o
|
| 41 |
+
[37/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/clamp.cu.o
|
| 42 |
+
[38/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/concat.cu.o
|
| 43 |
+
[39/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/conv-transpose-1d.cu.o
|
| 44 |
+
[40/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/conv2d-dw.cu.o
|
| 45 |
+
[41/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/argsort.cu.o
|
| 46 |
+
[42/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/conv2d-transpose.cu.o
|
| 47 |
+
[43/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/conv2d.cu.o
|
| 48 |
+
[44/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/convert.cu.o
|
| 49 |
+
[45/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/count-equal.cu.o
|
| 50 |
+
[46/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/cross-entropy-loss.cu.o
|
| 51 |
+
[47/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/cpy.cu.o
|
| 52 |
+
[48/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/diag.cu.o
|
| 53 |
+
[49/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/cumsum.cu.o
|
| 54 |
+
[50/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/diagmask.cu.o
|
| 55 |
+
[51/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/fattn-tile.cu.o
|
| 56 |
+
[52/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/fattn-wmma-f16.cu.o
|
| 57 |
+
[53/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/fill.cu.o
|
| 58 |
+
[54/395] Building CXX object src/CMakeFiles/llama.dir/llama-kv-cache-dsa.cpp.o
|
| 59 |
+
[55/395] Building CXX object src/CMakeFiles/llama.dir/llama-memory.cpp.o
|
| 60 |
+
[56/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/fwht.cu.o
|
| 61 |
+
[57/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/gated_delta_net.cu.o
|
| 62 |
+
[58/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/fattn.cu.o
|
| 63 |
+
[59/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/getrows.cu.o
|
| 64 |
+
[60/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/ggml-cuda.cu.o
|
| 65 |
+
[61/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/gla.cu.o
|
| 66 |
+
[62/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/im2col.cu.o
|
| 67 |
+
[63/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmf.cu.o
|
| 68 |
+
[64/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mean.cu.o
|
| 69 |
+
[65/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmid.cu.o
|
| 70 |
+
[66/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmq-hopper-q1.cu.o
|
| 71 |
+
[67/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmvf.cu.o
|
| 72 |
+
[68/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmq.cu.o
|
| 73 |
+
[69/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mulmat-q1-f32.cu.o
|
| 74 |
+
[70/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/norm.cu.o
|
| 75 |
+
[71/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/opt-step-adamw.cu.o
|
| 76 |
+
[72/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/opt-step-sgd.cu.o
|
| 77 |
+
[73/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/out-prod.cu.o
|
| 78 |
+
[74/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/pad.cu.o
|
| 79 |
+
[75/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/pad_reflect_1d.cu.o
|
| 80 |
+
[76/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/mmvq.cu.o
|
| 81 |
+
[77/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/pool2d.cu.o
|
| 82 |
+
[78/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/quantize.cu.o
|
| 83 |
+
[79/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/roll.cu.o
|
| 84 |
+
[80/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/rope.cu.o
|
| 85 |
+
[81/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/scale.cu.o
|
| 86 |
+
[82/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/set.cu.o
|
| 87 |
+
[83/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/set-rows.cu.o
|
| 88 |
+
[84/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/snake.cu.o
|
| 89 |
+
[85/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/softcap.cu.o
|
| 90 |
+
[86/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/softmax.cu.o
|
| 91 |
+
[87/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/solve_tri.cu.o
|
| 92 |
+
[88/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/ssm-conv.cu.o
|
| 93 |
+
[89/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/ssm-scan.cu.o
|
| 94 |
+
[90/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/sum.cu.o
|
| 95 |
+
[91/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/sumrows.cu.o
|
| 96 |
+
[92/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/top-k.cu.o
|
| 97 |
+
[93/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/topk-moe.cu.o
|
| 98 |
+
[94/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/tri.cu.o
|
| 99 |
+
[95/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/tsembd.cu.o
|
| 100 |
+
[96/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/upscale.cu.o
|
| 101 |
+
[97/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/unary.cu.o
|
| 102 |
+
[98/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/wkv.cu.o
|
| 103 |
+
[99/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq112-dv112.cu.o
|
| 104 |
+
[100/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq128-dv128.cu.o
|
| 105 |
+
[101/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq192-dv128.cu.o
|
| 106 |
+
[102/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq320-dv256.cu.o
|
| 107 |
+
[103/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq40-dv40.cu.o
|
| 108 |
+
[104/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq512-dv512.cu.o
|
| 109 |
+
[105/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq256-dv256.cu.o
|
| 110 |
+
[106/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq576-dv512.cu.o
|
| 111 |
+
[107/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq64-dv64.cu.o
|
| 112 |
+
[108/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq72-dv72.cu.o
|
| 113 |
+
[109/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq80-dv80.cu.o
|
| 114 |
+
[110/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_16.cu.o
|
| 115 |
+
[111/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-tile-instance-dkq96-dv96.cu.o
|
| 116 |
+
[112/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_32.cu.o
|
| 117 |
+
[113/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_8.cu.o
|
| 118 |
+
[114/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_1.cu.o
|
| 119 |
+
[115/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_2.cu.o
|
| 120 |
+
[116/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_16.cu.o
|
| 121 |
+
[117/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_32.cu.o
|
| 122 |
+
[118/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_4.cu.o
|
| 123 |
+
[119/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_4.cu.o
|
| 124 |
+
[120/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_8.cu.o
|
| 125 |
+
[121/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_2.cu.o
|
| 126 |
+
[122/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_1.cu.o
|
| 127 |
+
[123/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_16.cu.o
|
| 128 |
+
[124/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_2.cu.o
|
| 129 |
+
[125/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_4.cu.o
|
| 130 |
+
[126/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_8.cu.o
|
| 131 |
+
[127/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_64-ncols2_1.cu.o
|
| 132 |
+
[128/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_1.cu.o
|
| 133 |
+
[129/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_2.cu.o
|
| 134 |
+
[130/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_4.cu.o
|
| 135 |
+
[131/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_8.cu.o
|
| 136 |
+
[132/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq1_s.cu.o
|
| 137 |
+
[133/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq2_s.cu.o
|
| 138 |
+
[134/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq2_xs.cu.o
|
| 139 |
+
[135/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq2_xxs.cu.o
|
| 140 |
+
[136/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq3_s.cu.o
|
| 141 |
+
[137/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq3_xxs.cu.o
|
| 142 |
+
[138/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq4_nl.cu.o
|
| 143 |
+
[139/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-iq4_xs.cu.o
|
| 144 |
+
[140/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-mxfp4.cu.o
|
| 145 |
+
[141/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-nvfp4.cu.o
|
| 146 |
+
[142/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q1_0.cu.o
|
| 147 |
+
[143/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q2_0.cu.o
|
| 148 |
+
[144/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q3_k.cu.o
|
| 149 |
+
[145/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q2_k.cu.o
|
| 150 |
+
[146/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/string.cpp.o
|
| 151 |
+
[147/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q4_0.cu.o
|
| 152 |
+
[148/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q4_1.cu.o
|
| 153 |
+
[149/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q4_k.cu.o
|
| 154 |
+
[150/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q5_0.cu.o
|
| 155 |
+
[151/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q5_1.cu.o
|
| 156 |
+
[152/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q5_k.cu.o
|
| 157 |
+
[153/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q8_0.cu.o
|
| 158 |
+
[154/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmq-instance-q6_k.cu.o
|
| 159 |
+
[155/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_1.cu.o
|
| 160 |
+
[156/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_10.cu.o
|
| 161 |
+
[157/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_11.cu.o
|
| 162 |
+
[158/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_12.cu.o
|
| 163 |
+
[159/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_13.cu.o
|
| 164 |
+
[160/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_14.cu.o
|
| 165 |
+
[161/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_15.cu.o
|
| 166 |
+
[162/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_16.cu.o
|
| 167 |
+
[163/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_2.cu.o
|
| 168 |
+
[164/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_3.cu.o
|
| 169 |
+
[165/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_4.cu.o
|
| 170 |
+
[166/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_5.cu.o
|
| 171 |
+
[167/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_6.cu.o
|
| 172 |
+
[168/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_7.cu.o
|
| 173 |
+
[169/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_8.cu.o
|
| 174 |
+
[170/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-vec-instance-f16-f16.cu.o
|
| 175 |
+
[171/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/mmf-instance-ncols_9.cu.o
|
| 176 |
+
[172/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-vec-instance-q4_0-q4_0.cu.o
|
| 177 |
+
[173/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-vec-instance-q8_0-q8_0.cu.o
|
| 178 |
+
[174/395] Building CXX object src/CMakeFiles/llama.dir/llama.cpp.o
|
| 179 |
+
[175/395] Building CXX object src/CMakeFiles/llama.dir/llama-adapter.cpp.o
|
| 180 |
+
[176/395] Building CXX object src/CMakeFiles/llama.dir/llama-arch.cpp.o
|
| 181 |
+
[177/395] Building CXX object src/CMakeFiles/llama.dir/llama-batch.cpp.o
|
| 182 |
+
[178/395] Building CXX object src/CMakeFiles/llama.dir/llama-chat.cpp.o
|
| 183 |
+
[179/395] Building CUDA object ggml/src/ggml-cuda/CMakeFiles/ggml-cuda.dir/template-instances/fattn-vec-instance-bf16-bf16.cu.o
|
| 184 |
+
[180/395] Linking CUDA shared library bin/libggml-cuda.so.0.13.1
|
| 185 |
+
[181/395] Creating library symlink bin/libggml-cuda.so.0 bin/libggml-cuda.so
|
| 186 |
+
[182/395] Linking CXX shared library bin/libggml.so.0.13.1
|
| 187 |
+
[183/395] Creating library symlink bin/libggml.so.0 bin/libggml.so
|
| 188 |
+
[184/395] Building CXX object src/CMakeFiles/llama.dir/llama-cparams.cpp.o
|
| 189 |
+
[185/395] Building CXX object src/CMakeFiles/llama.dir/llama-context.cpp.o
|
| 190 |
+
[186/395] Building CXX object src/CMakeFiles/llama.dir/llama-grammar.cpp.o
|
| 191 |
+
[187/395] Building CXX object src/CMakeFiles/llama.dir/llama-hparams.cpp.o
|
| 192 |
+
[188/395] Building CXX object src/CMakeFiles/llama.dir/llama-impl.cpp.o
|
| 193 |
+
[189/395] Building CXX object src/CMakeFiles/llama.dir/llama-io.cpp.o
|
| 194 |
+
[190/395] Building CXX object src/CMakeFiles/llama.dir/llama-graph.cpp.o
|
| 195 |
+
[191/395] Building CXX object src/CMakeFiles/llama.dir/llama-kv-cache-iswa.cpp.o
|
| 196 |
+
[192/395] Building CXX object src/CMakeFiles/llama.dir/llama-memory-hybrid.cpp.o
|
| 197 |
+
[193/395] Building CXX object src/CMakeFiles/llama.dir/llama-memory-hybrid-iswa.cpp.o
|
| 198 |
+
[194/395] Building CXX object src/CMakeFiles/llama.dir/llama-kv-cache.cpp.o
|
| 199 |
+
[195/395] Building CXX object src/CMakeFiles/llama.dir/llama-mmap.cpp.o
|
| 200 |
+
[196/395] Building CXX object src/CMakeFiles/llama.dir/llama-memory-recurrent.cpp.o
|
| 201 |
+
[197/395] Building CXX object src/CMakeFiles/llama.dir/llama-model-saver.cpp.o
|
| 202 |
+
[198/395] Building CXX object src/CMakeFiles/llama.dir/llama-model-loader.cpp.o
|
| 203 |
+
[199/395] Building CXX object src/CMakeFiles/llama.dir/llama-model.cpp.o
|
| 204 |
+
[200/395] Building CXX object src/CMakeFiles/llama.dir/llama-quant.cpp.o
|
| 205 |
+
[201/395] Building CXX object src/CMakeFiles/llama.dir/llama-sampler.cpp.o
|
| 206 |
+
[202/395] Building CXX object src/CMakeFiles/llama.dir/unicode-data.cpp.o
|
| 207 |
+
[203/395] Building CXX object src/CMakeFiles/llama.dir/llama-vocab.cpp.o
|
| 208 |
+
[204/395] Building CXX object src/CMakeFiles/llama.dir/models/afmoe.cpp.o
|
| 209 |
+
[205/395] Building CXX object src/CMakeFiles/llama.dir/models/apertus.cpp.o
|
| 210 |
+
[206/395] Building CXX object src/CMakeFiles/llama.dir/models/arcee.cpp.o
|
| 211 |
+
[207/395] Building CXX object src/CMakeFiles/llama.dir/models/arctic.cpp.o
|
| 212 |
+
[208/395] Building CXX object src/CMakeFiles/llama.dir/models/arwkv7.cpp.o
|
| 213 |
+
[209/395] Building CXX object src/CMakeFiles/llama.dir/models/baichuan.cpp.o
|
| 214 |
+
[210/395] Building CXX object src/CMakeFiles/llama.dir/unicode.cpp.o
|
| 215 |
+
[211/395] Building CXX object src/CMakeFiles/llama.dir/models/bailingmoe.cpp.o
|
| 216 |
+
[212/395] Building CXX object src/CMakeFiles/llama.dir/models/bailingmoe2.cpp.o
|
| 217 |
+
[213/395] Building CXX object src/CMakeFiles/llama.dir/models/bert.cpp.o
|
| 218 |
+
[214/395] Building CXX object src/CMakeFiles/llama.dir/models/bitnet.cpp.o
|
| 219 |
+
[215/395] Building CXX object src/CMakeFiles/llama.dir/models/bloom.cpp.o
|
| 220 |
+
[216/395] Building CXX object src/CMakeFiles/llama.dir/models/chameleon.cpp.o
|
| 221 |
+
[217/395] Building CXX object src/CMakeFiles/llama.dir/models/chatglm.cpp.o
|
| 222 |
+
[218/395] Building CXX object src/CMakeFiles/llama.dir/models/codeshell.cpp.o
|
| 223 |
+
[219/395] Building CXX object src/CMakeFiles/llama.dir/models/cogvlm.cpp.o
|
| 224 |
+
[220/395] Building CXX object src/CMakeFiles/llama.dir/models/cohere2.cpp.o
|
| 225 |
+
[221/395] Building CXX object src/CMakeFiles/llama.dir/models/command-r.cpp.o
|
| 226 |
+
[222/395] Building CXX object src/CMakeFiles/llama.dir/models/dbrx.cpp.o
|
| 227 |
+
[223/395] Building CXX object src/CMakeFiles/llama.dir/models/deci.cpp.o
|
| 228 |
+
[224/395] Building CXX object src/CMakeFiles/llama.dir/models/deepseek.cpp.o
|
| 229 |
+
[225/395] Building CXX object src/CMakeFiles/llama.dir/models/deepseek2.cpp.o
|
| 230 |
+
[226/395] Building CXX object src/CMakeFiles/llama.dir/models/deepseek2ocr.cpp.o
|
| 231 |
+
[227/395] Building CXX object src/CMakeFiles/llama.dir/models/deepseek32.cpp.o
|
| 232 |
+
[228/395] Building CXX object src/CMakeFiles/llama.dir/models/delta-net-base.cpp.o
|
| 233 |
+
[229/395] Building CXX object src/CMakeFiles/llama.dir/models/dots1.cpp.o
|
| 234 |
+
[230/395] Building CXX object src/CMakeFiles/llama.dir/models/dream.cpp.o
|
| 235 |
+
[231/395] Building CXX object src/CMakeFiles/llama.dir/models/dspark.cpp.o
|
| 236 |
+
[232/395] Building CXX object src/CMakeFiles/llama.dir/models/ernie4-5-moe.cpp.o
|
| 237 |
+
[233/395] Building CXX object src/CMakeFiles/llama.dir/models/ernie4-5.cpp.o
|
| 238 |
+
[234/395] Building CXX object src/CMakeFiles/llama.dir/models/eurobert.cpp.o
|
| 239 |
+
[235/395] Building CXX object src/CMakeFiles/llama.dir/models/exaone-moe.cpp.o
|
| 240 |
+
[236/395] Building CXX object src/CMakeFiles/llama.dir/models/exaone.cpp.o
|
| 241 |
+
[237/395] Building CXX object src/CMakeFiles/llama.dir/models/exaone4.cpp.o
|
| 242 |
+
[238/395] Building CXX object src/CMakeFiles/llama.dir/models/falcon-h1.cpp.o
|
| 243 |
+
[239/395] Building CXX object src/CMakeFiles/llama.dir/models/falcon.cpp.o
|
| 244 |
+
[240/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma-embedding.cpp.o
|
| 245 |
+
[241/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma.cpp.o
|
| 246 |
+
[242/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma2.cpp.o
|
| 247 |
+
[243/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma3.cpp.o
|
| 248 |
+
[244/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma3n.cpp.o
|
| 249 |
+
[245/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma4-assistant.cpp.o
|
| 250 |
+
[246/395] Building CXX object src/CMakeFiles/llama.dir/models/gemma4.cpp.o
|
| 251 |
+
[247/395] Building CXX object src/CMakeFiles/llama.dir/models/glm-dsa.cpp.o
|
| 252 |
+
[248/395] Building CXX object src/CMakeFiles/llama.dir/models/glm4-moe.cpp.o
|
| 253 |
+
[249/395] Building CXX object src/CMakeFiles/llama.dir/models/glm4.cpp.o
|
| 254 |
+
[250/395] Building CXX object src/CMakeFiles/llama.dir/models/gpt2.cpp.o
|
| 255 |
+
[251/395] Building CXX object src/CMakeFiles/llama.dir/models/gptneox.cpp.o
|
| 256 |
+
[252/395] Building CXX object src/CMakeFiles/llama.dir/models/granite-hybrid.cpp.o
|
| 257 |
+
[253/395] Building CXX object src/CMakeFiles/llama.dir/models/granite-moe.cpp.o
|
| 258 |
+
[254/395] Building CXX object src/CMakeFiles/llama.dir/models/granite.cpp.o
|
| 259 |
+
[255/395] Building CXX object src/CMakeFiles/llama.dir/models/grok.cpp.o
|
| 260 |
+
[256/395] Building CXX object src/CMakeFiles/llama.dir/models/grovemoe.cpp.o
|
| 261 |
+
[257/395] Building CXX object src/CMakeFiles/llama.dir/models/hunyuan-dense.cpp.o
|
| 262 |
+
[258/395] Building CXX object src/CMakeFiles/llama.dir/models/hunyuan-moe.cpp.o
|
| 263 |
+
[259/395] Building CXX object src/CMakeFiles/llama.dir/models/hunyuan-vl.cpp.o
|
| 264 |
+
[260/395] Building CXX object src/CMakeFiles/llama.dir/models/internlm2.cpp.o
|
| 265 |
+
[261/395] Building CXX object src/CMakeFiles/llama.dir/models/jais.cpp.o
|
| 266 |
+
[262/395] Building CXX object src/CMakeFiles/llama.dir/models/jais2.cpp.o
|
| 267 |
+
[263/395] Building CXX object src/CMakeFiles/llama.dir/models/jamba.cpp.o
|
| 268 |
+
[264/395] Building CXX object src/CMakeFiles/llama.dir/models/jina-bert-v2.cpp.o
|
| 269 |
+
[265/395] Building CXX object src/CMakeFiles/llama.dir/models/jina-bert-v3.cpp.o
|
| 270 |
+
[266/395] Building CXX object src/CMakeFiles/llama.dir/models/kimi-linear.cpp.o
|
| 271 |
+
[267/395] Building CXX object src/CMakeFiles/llama.dir/models/lfm2.cpp.o
|
| 272 |
+
[268/395] Building CXX object src/CMakeFiles/llama.dir/models/lfm2moe.cpp.o
|
| 273 |
+
[269/395] Building CXX object src/CMakeFiles/llama.dir/models/llada-moe.cpp.o
|
| 274 |
+
[270/395] Building CXX object src/CMakeFiles/llama.dir/models/llada.cpp.o
|
| 275 |
+
[271/395] Building CXX object src/CMakeFiles/llama.dir/models/llama-embed.cpp.o
|
| 276 |
+
[272/395] Building CXX object src/CMakeFiles/llama.dir/models/llama.cpp.o
|
| 277 |
+
[273/395] Building CXX object src/CMakeFiles/llama.dir/models/llama4.cpp.o
|
| 278 |
+
[274/395] Building CXX object src/CMakeFiles/llama.dir/models/maincoder.cpp.o
|
| 279 |
+
[275/395] Building CXX object src/CMakeFiles/llama.dir/models/mamba-base.cpp.o
|
| 280 |
+
[276/395] Building CXX object src/CMakeFiles/llama.dir/models/mamba.cpp.o
|
| 281 |
+
[277/395] Building CXX object src/CMakeFiles/llama.dir/models/mamba2.cpp.o
|
| 282 |
+
[278/395] Building CXX object src/CMakeFiles/llama.dir/models/mellum.cpp.o
|
| 283 |
+
[279/395] Building CXX object src/CMakeFiles/llama.dir/models/mimo2.cpp.o
|
| 284 |
+
[280/395] Building CXX object src/CMakeFiles/llama.dir/models/minicpm.cpp.o
|
| 285 |
+
[281/395] Building CXX object src/CMakeFiles/llama.dir/models/minicpm3.cpp.o
|
| 286 |
+
[282/395] Building CXX object src/CMakeFiles/llama.dir/models/minimax-m2.cpp.o
|
| 287 |
+
[283/395] Building CXX object src/CMakeFiles/llama.dir/models/mistral3.cpp.o
|
| 288 |
+
[284/395] Building CXX object src/CMakeFiles/llama.dir/models/mistral4.cpp.o
|
| 289 |
+
[285/395] Building CXX object src/CMakeFiles/llama.dir/models/modern-bert.cpp.o
|
| 290 |
+
[286/395] Building CXX object src/CMakeFiles/llama.dir/models/mpt.cpp.o
|
| 291 |
+
[287/395] Building CXX object src/CMakeFiles/llama.dir/models/nemotron-h-moe.cpp.o
|
| 292 |
+
[288/395] Building CXX object src/CMakeFiles/llama.dir/models/nemotron-h.cpp.o
|
| 293 |
+
[289/395] Building CXX object src/CMakeFiles/llama.dir/models/nemotron.cpp.o
|
| 294 |
+
[290/395] Building CXX object src/CMakeFiles/llama.dir/models/neo-bert.cpp.o
|
| 295 |
+
[291/395] Building CXX object src/CMakeFiles/llama.dir/models/nomic-bert-moe.cpp.o
|
| 296 |
+
[292/395] Building CXX object src/CMakeFiles/llama.dir/models/nomic-bert.cpp.o
|
| 297 |
+
[293/395] Building CXX object src/CMakeFiles/llama.dir/models/olmo.cpp.o
|
| 298 |
+
[294/395] Building CXX object src/CMakeFiles/llama.dir/models/olmo2.cpp.o
|
| 299 |
+
[295/395] Building CXX object src/CMakeFiles/llama.dir/models/olmoe.cpp.o
|
| 300 |
+
[296/395] Building CXX object src/CMakeFiles/llama.dir/models/openai-moe.cpp.o
|
| 301 |
+
[297/395] Building CXX object src/CMakeFiles/llama.dir/models/openelm.cpp.o
|
| 302 |
+
[298/395] Building CXX object src/CMakeFiles/llama.dir/models/orion.cpp.o
|
| 303 |
+
[299/395] Building CXX object src/CMakeFiles/llama.dir/models/paddleocr.cpp.o
|
| 304 |
+
[300/395] Building CXX object src/CMakeFiles/llama.dir/models/pangu-embed.cpp.o
|
| 305 |
+
[301/395] Building CXX object src/CMakeFiles/llama.dir/models/phi2.cpp.o
|
| 306 |
+
[302/395] Building CXX object src/CMakeFiles/llama.dir/models/phi3.cpp.o
|
| 307 |
+
[303/395] Building CXX object src/CMakeFiles/llama.dir/models/phimoe.cpp.o
|
| 308 |
+
[304/395] Building CXX object src/CMakeFiles/llama.dir/models/plamo.cpp.o
|
| 309 |
+
[305/395] Building CXX object src/CMakeFiles/llama.dir/models/plamo2.cpp.o
|
| 310 |
+
[306/395] Building CXX object src/CMakeFiles/llama.dir/models/plamo3.cpp.o
|
| 311 |
+
[307/395] Building CXX object src/CMakeFiles/llama.dir/models/plm.cpp.o
|
| 312 |
+
[308/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen.cpp.o
|
| 313 |
+
[309/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen2.cpp.o
|
| 314 |
+
[310/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen2moe.cpp.o
|
| 315 |
+
[311/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen2vl.cpp.o
|
| 316 |
+
[312/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen3.cpp.o
|
| 317 |
+
[313/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen35.cpp.o
|
| 318 |
+
[314/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen35moe.cpp.o
|
| 319 |
+
[315/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen3moe.cpp.o
|
| 320 |
+
[316/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen3next.cpp.o
|
| 321 |
+
[317/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen3vl.cpp.o
|
| 322 |
+
[318/395] Building CXX object src/CMakeFiles/llama.dir/models/qwen3vlmoe.cpp.o
|
| 323 |
+
[319/395] Building CXX object src/CMakeFiles/llama.dir/models/refact.cpp.o
|
| 324 |
+
[320/395] Building CXX object src/CMakeFiles/llama.dir/models/rnd1.cpp.o
|
| 325 |
+
[321/395] Building CXX object src/CMakeFiles/llama.dir/models/rwkv6-base.cpp.o
|
| 326 |
+
[322/395] Building CXX object src/CMakeFiles/llama.dir/models/rwkv6.cpp.o
|
| 327 |
+
[323/395] Building CXX object src/CMakeFiles/llama.dir/models/rwkv6qwen2.cpp.o
|
| 328 |
+
[324/395] Building CXX object src/CMakeFiles/llama.dir/models/rwkv7-base.cpp.o
|
| 329 |
+
[325/395] Building CXX object src/CMakeFiles/llama.dir/models/rwkv7.cpp.o
|
| 330 |
+
[326/395] Building CXX object src/CMakeFiles/llama.dir/models/seed-oss.cpp.o
|
| 331 |
+
[327/395] Building CXX object src/CMakeFiles/llama.dir/models/smallthinker.cpp.o
|
| 332 |
+
[328/395] Building CXX object src/CMakeFiles/llama.dir/models/smollm3.cpp.o
|
| 333 |
+
[329/395] Building CXX object src/CMakeFiles/llama.dir/models/stablelm.cpp.o
|
| 334 |
+
[330/395] Building CXX object src/CMakeFiles/llama.dir/models/starcoder.cpp.o
|
| 335 |
+
[331/395] Building CXX object src/CMakeFiles/llama.dir/models/starcoder2.cpp.o
|
| 336 |
+
[332/395] Building CXX object src/CMakeFiles/llama.dir/models/t5.cpp.o
|
| 337 |
+
[333/395] Building CXX object src/CMakeFiles/llama.dir/models/step35.cpp.o
|
| 338 |
+
[334/395] Building CXX object src/CMakeFiles/llama.dir/models/t5encoder.cpp.o
|
| 339 |
+
[335/395] Building CXX object src/CMakeFiles/llama.dir/models/talkie.cpp.o
|
| 340 |
+
[336/395] Building CXX object src/CMakeFiles/llama.dir/models/wavtokenizer-dec.cpp.o
|
| 341 |
+
[337/395] Building CXX object src/CMakeFiles/llama.dir/models/xverse.cpp.o
|
| 342 |
+
[338/395] Building CXX object common/CMakeFiles/llama-common.dir/imatrix-loader.cpp.o
|
| 343 |
+
[339/395] Building CXX object common/CMakeFiles/llama-common.dir/fit.cpp.o
|
| 344 |
+
[340/395] Linking CXX shared library bin/libllama.so.0.0.1
|
| 345 |
+
[341/395] Creating library symlink bin/libllama.so.0 bin/libllama.so
|
| 346 |
+
[342/395] Building CXX object common/CMakeFiles/llama-common-base.dir/build-info.cpp.o
|
| 347 |
+
[343/395] Linking CXX static library common/libllama-common-base.a
|
| 348 |
+
[344/395] Building CXX object common/CMakeFiles/llama-common.dir/hf-cache.cpp.o
|
| 349 |
+
[345/395] Building CXX object common/CMakeFiles/llama-common.dir/chat-auto-parser-generator.cpp.o
|
| 350 |
+
[346/395] Building CXX object common/CMakeFiles/llama-common.dir/chat-auto-parser-helpers.cpp.o
|
| 351 |
+
[347/395] Building CXX object common/CMakeFiles/llama-common.dir/arg.cpp.o
|
| 352 |
+
[348/395] Building CXX object common/CMakeFiles/llama-common.dir/chat-diff-analyzer.cpp.o
|
| 353 |
+
[349/395] Building CXX object common/CMakeFiles/llama-common.dir/chat-peg-parser.cpp.o
|
| 354 |
+
[350/395] Building CXX object common/CMakeFiles/llama-common.dir/common.cpp.o
|
| 355 |
+
[351/395] Building CXX object common/CMakeFiles/llama-common.dir/console.cpp.o
|
| 356 |
+
[352/395] Building CXX object common/CMakeFiles/llama-common.dir/chat.cpp.o
|
| 357 |
+
[353/395] Building CXX object common/CMakeFiles/llama-common.dir/debug.cpp.o
|
| 358 |
+
[354/395] Building CXX object common/CMakeFiles/llama-common.dir/json-partial.cpp.o
|
| 359 |
+
[355/395] Building CXX object common/CMakeFiles/llama-common.dir/download.cpp.o
|
| 360 |
+
[356/395] Building CXX object common/CMakeFiles/llama-common.dir/kv-mean-center.cpp.o
|
| 361 |
+
[357/395] Building CXX object common/CMakeFiles/llama-common.dir/llguidance.cpp.o
|
| 362 |
+
[358/395] Building CXX object common/CMakeFiles/llama-common.dir/log.cpp.o
|
| 363 |
+
[359/395] Building CXX object common/CMakeFiles/llama-common.dir/ngram-cache.cpp.o
|
| 364 |
+
[360/395] Building CXX object common/CMakeFiles/llama-common.dir/ngram-map.cpp.o
|
| 365 |
+
[361/395] Building CXX object common/CMakeFiles/llama-common.dir/ngram-mod.cpp.o
|
| 366 |
+
[362/395] Building CXX object common/CMakeFiles/llama-common.dir/json-schema-to-grammar.cpp.o
|
| 367 |
+
[363/395] Building CXX object common/CMakeFiles/llama-common.dir/preset.cpp.o
|
| 368 |
+
[364/395] Building CXX object common/CMakeFiles/llama-common.dir/regex-partial.cpp.o
|
| 369 |
+
[365/395] Building CXX object common/CMakeFiles/llama-common.dir/reasoning-budget.cpp.o
|
| 370 |
+
[366/395] Building CXX object common/CMakeFiles/llama-common.dir/sampling.cpp.o
|
| 371 |
+
[367/395] Building CXX object common/CMakeFiles/llama-common.dir/peg-parser.cpp.o
|
| 372 |
+
[368/395] Building CXX object common/CMakeFiles/llama-common.dir/unicode.cpp.o
|
| 373 |
+
[369/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/lexer.cpp.o
|
| 374 |
+
[370/395] Building CXX object common/CMakeFiles/llama-common.dir/speculative.cpp.o
|
| 375 |
+
[371/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/parser.cpp.o
|
| 376 |
+
[372/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/runtime.cpp.o
|
| 377 |
+
[373/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/caps.cpp.o
|
| 378 |
+
[374/395] Building CXX object common/CMakeFiles/llama-common.dir/jinja/value.cpp.o
|
| 379 |
+
[375/395] Building CUDA object common/CMakeFiles/llama-common.dir/dspark-markov.cu.o
|
| 380 |
+
[376/395] Building CXX object tests/CMakeFiles/test-q1-lora-multitarget.dir/test-q1-lora-multitarget.cpp.o
|
| 381 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-multitarget.cpp:250:14: warning: no previous declaration for ‘int prism_stage7_full_backward_main(int, char**)’ [-Wmissing-declarations]
|
| 382 |
+
250 | #define main prism_stage7_full_backward_main
|
| 383 |
+
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 384 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-full-backward.cpp:224:5: note: in expansion of macro ‘main’
|
| 385 |
+
224 | int main(
|
| 386 |
+
| ^~~~
|
| 387 |
+
[377/395] Building CXX object tests/CMakeFiles/test-q1-lora-dataset.dir/test-q1-lora-dataset.cpp.o
|
| 388 |
+
[378/395] Building CXX object tests/CMakeFiles/test-q1-lora-step10.dir/test-q1-lora-step10.cpp.o
|
| 389 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step10.cpp: In function ‘void set_tensor_f32(ggml_tensor*, const std::vector<float>&)’:
|
| 390 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step10.cpp:219:67: warning: comparison of integer expressions of different signedness: ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
|
| 391 |
+
219 | if (!tensor || tensor->type != GGML_TYPE_F32 || values.size() != ggml_nelements(tensor)) {
|
| 392 |
+
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
|
| 393 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-full-backward.cpp: At global scope:
|
| 394 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step10.cpp:920:14: warning: no previous declaration for ‘int prism_stage7_bootstrap_main(int, char**)’ [-Wmissing-declarations]
|
| 395 |
+
920 | #define main prism_stage7_bootstrap_main
|
| 396 |
+
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 397 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-full-backward.cpp:224:5: note: in expansion of macro ‘main’
|
| 398 |
+
224 | int main(
|
| 399 |
+
| ^~~~
|
| 400 |
+
[379/395] Building CXX object tests/CMakeFiles/test-q1-lora-step11.dir/test-q1-lora-step11.cpp.o
|
| 401 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step11.cpp: In function ‘void set_tensor_f32(ggml_tensor*, const std::vector<float>&)’:
|
| 402 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step11.cpp:219:67: warning: comparison of integer expressions of different signedness: ‘std::vector<float>::size_type’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
|
| 403 |
+
219 | if (!tensor || tensor->type != GGML_TYPE_F32 || values.size() != ggml_nelements(tensor)) {
|
| 404 |
+
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
|
| 405 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-full-backward.cpp: At global scope:
|
| 406 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-step11.cpp:1002:14: warning: no previous declaration for ‘int prism_stage7_bootstrap_main(int, char**)’ [-Wmissing-declarations]
|
| 407 |
+
1002 | #define main prism_stage7_bootstrap_main
|
| 408 |
+
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 409 |
+
/content/prism_native_q1_lora/step13_release/clean_repro_worktree/tests/test-q1-lora-full-backward.cpp:224:5: note: in expansion of macro ‘main’
|
| 410 |
+
224 | int main(
|
| 411 |
+
| ^~~~
|
| 412 |
+
[380/395] Building CXX object tests/CMakeFiles/test-q1-lora-roundtrip.dir/test-q1-lora-roundtrip.cpp.o
|
| 413 |
+
[381/395] Linking CXX executable bin/test-q1-lora-roundtrip
|
| 414 |
+
[382/395] Building CXX object vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/httplib.cpp.o
|
| 415 |
+
[383/395] Linking CXX static library vendor/cpp-httplib/libcpp-httplib.a
|
| 416 |
+
[384/395] Linking CXX shared library bin/libllama-common.so.0.0.1
|
| 417 |
+
[385/395] Creating library symlink bin/libllama-common.so.0 bin/libllama-common.so
|
| 418 |
+
[386/395] Linking CXX executable bin/test-q1-lora-multitarget
|
| 419 |
+
[387/395] Linking CXX executable bin/test-q1-lora-dataset
|
| 420 |
+
[388/395] Linking CXX executable bin/test-q1-lora-step10
|
| 421 |
+
[389/395] Linking CXX executable bin/test-q1-lora-step11
|
| 422 |
+
[390/395] Building CXX object tools/completion/CMakeFiles/llama-completion.dir/main.cpp.o
|
| 423 |
+
[391/395] Building CXX object tools/tokenize/CMakeFiles/llama-tokenize.dir/tokenize.cpp.o
|
| 424 |
+
[392/395] Linking CXX executable bin/llama-tokenize
|
| 425 |
+
[393/395] Building CXX object tools/completion/CMakeFiles/llama-completion-impl.dir/completion.cpp.o
|
| 426 |
+
[394/395] Linking CXX shared library bin/libllama-completion-impl.so
|
| 427 |
+
[395/395] Linking CXX executable bin/llama-completion
|
clean_repro_logs/06_checkpoint_verify.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13/bin/test-q1-lora-step10", "/content/models/Bonsai-27B-Q1/Bonsai-27B-Q1_0.gguf", "/content/prism_native_q1_lora/multi_target_adapter_initial.gguf", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step13_release/clean_verify_output", "verify_checkpoint", "-", "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0", "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d", "1234", "64", "1", "2", "0.0002", "2e-05", "1", "0.001", "0", "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/checkpoint_latest.p10ck"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
PRISM_STEP10_TRAINING_ENV_READY=1
|
| 6 |
+
VERIFY_ERROR=checkpoint trainer configuration mismatch
|
| 7 |
+
CHECKPOINT_CHECKSUM_MISMATCH=0
|
| 8 |
+
CHECKPOINT_IDENTITY_MATCH=0
|
| 9 |
+
SUBTEST_STATUS=FAIL
|
| 10 |
+
FINAL_STATUS=FAIL
|
clean_repro_logs/06_checkpoint_verify_original_failure.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13/bin/test-q1-lora-step10", "/content/models/Bonsai-27B-Q1/Bonsai-27B-Q1_0.gguf", "/content/prism_native_q1_lora/multi_target_adapter_initial.gguf", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step13_release/clean_verify_output", "verify_checkpoint", "-", "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0", "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d", "1234", "64", "1", "2", "0.0002", "2e-05", "1", "0.001", "0", "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/checkpoint_latest.p10ck"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
PRISM_STEP10_TRAINING_ENV_READY=1
|
| 6 |
+
VERIFY_ERROR=checkpoint trainer configuration mismatch
|
| 7 |
+
CHECKPOINT_CHECKSUM_MISMATCH=0
|
| 8 |
+
CHECKPOINT_IDENTITY_MATCH=0
|
| 9 |
+
SUBTEST_STATUS=FAIL
|
| 10 |
+
FINAL_STATUS=FAIL
|
clean_repro_logs/06_checkpoint_verify_preserved.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13/bin/test-q1-lora-step10", "/content/models/Bonsai-27B-Q1/Bonsai-27B-Q1_0.gguf", "/content/prism_native_q1_lora/multi_target_adapter_initial.gguf", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step13_release/clean_verify_output", "verify_checkpoint", "-", "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0", "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d", "1234", "64", "1", "2", "0.0002", "2e-05", "1", "0.001", "0", "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/checkpoint_latest.p10ck"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
PRISM_STEP10_TRAINING_ENV_READY=1
|
| 6 |
+
VERIFY_ERROR=checkpoint trainer configuration mismatch
|
| 7 |
+
CHECKPOINT_CHECKSUM_MISMATCH=0
|
| 8 |
+
CHECKPOINT_IDENTITY_MATCH=0
|
| 9 |
+
SUBTEST_STATUS=FAIL
|
| 10 |
+
FINAL_STATUS=FAIL
|
clean_repro_logs/06_checkpoint_verify_v1_1_repaired.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13/bin/test-q1-lora-step10", "/content/models/Bonsai-27B-Q1/Bonsai-27B-Q1_0.gguf", "/content/prism_native_q1_lora/multi_target_adapter_initial.gguf", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step13_release/clean_verify_output", "verify_checkpoint", "-", "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0", "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d", "1234", "64", "1", "2", "0.0002", "2e-05", "1", "0.001", "0", "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/checkpoint_latest.p10ck"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
PRISM_STEP10_TRAINING_ENV_READY=1
|
| 6 |
+
VERIFY_ERROR=checkpoint trainer configuration mismatch
|
| 7 |
+
CHECKPOINT_CHECKSUM_MISMATCH=0
|
| 8 |
+
CHECKPOINT_IDENTITY_MATCH=0
|
| 9 |
+
SUBTEST_STATUS=FAIL
|
| 10 |
+
FINAL_STATUS=FAIL
|
clean_repro_logs/06_checkpoint_verify_v1_1_repaired_preserved.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COMMAND:
|
| 2 |
+
["/content/prism_native_q1_lora/step13_release/clean_repro_worktree/build-step13/bin/test-q1-lora-step10", "/content/models/Bonsai-27B-Q1/Bonsai-27B-Q1_0.gguf", "/content/prism_native_q1_lora/multi_target_adapter_initial.gguf", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted", "/content/prism_native_q1_lora/step13_release/clean_verify_output", "verify_checkpoint", "-", "17ef842e47450caeb8eaa3ebfbbab5d2f2278b62b79be107985fb69a2f819aa0", "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d", "1234", "64", "1", "2", "0.0002", "2e-05", "1", "0.001", "0", "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/checkpoint_latest.p10ck"]
|
| 3 |
+
|
| 4 |
+
OUTPUT:
|
| 5 |
+
PRISM_STEP10_TRAINING_ENV_READY=1
|
| 6 |
+
VERIFY_ERROR=checkpoint trainer configuration mismatch
|
| 7 |
+
CHECKPOINT_CHECKSUM_MISMATCH=0
|
| 8 |
+
CHECKPOINT_IDENTITY_MATCH=0
|
| 9 |
+
SUBTEST_STATUS=FAIL
|
| 10 |
+
FINAL_STATUS=FAIL
|