https://github.com/zacharybucheister/GPU
· scanned 2026-06-16 01:10 UTC (2 months, 1 week ago)
27 raw signals (0 security + 27 graph)
Last scanned 2 months, 1 week ago · v1 · 27 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 260 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
load_model |
software | healthy | local-embeddings/embed_search.py:72 |
encode |
software | healthy | local-embeddings/embed_search.py:81 |
cosine_similarity_matrix |
software | healthy | local-embeddings/embed_search.py:94 |
search |
software | healthy | local-embeddings/embed_search.py:103 |
explore_geometry |
software | healthy | local-embeddings/embed_search.py:129 |
main |
software | healthy | local-embeddings/embed_search.py:159 |
run_fp16 |
software | healthy | inference-opt/quantise.py:9 |
run_int8 |
software | healthy | inference-opt/quantise.py:19 |
run_int4 |
software | healthy | inference-opt/quantise.py:30 |
run_kvcache |
software | healthy | inference-opt/kvcache.py:18 |
run_batch |
software | healthy | inference-opt/batching.py:23 |
load_single |
software | healthy | inference-opt/report.py:17 |
load_batching |
software | healthy | inference-opt/report.py:25 |
fmt_row |
software | healthy | inference-opt/report.py:34 |
main |
software | healthy | inference-opt/report.py:38 |
benchmark |
software | healthy | inference-opt/benchmark.py:10 |
save |
software | healthy | inference-opt/benchmark.py:75 |
section |
software | healthy | tokenisation-explorer/tokenise_explorer.py:43 |
show_tokens |
software | healthy | tokenisation-explorer/tokenise_explorer.py:49 |
explore_vocabulary |
software | healthy | tokenisation-explorer/tokenise_explorer.py:61 |
explore_special_tokens |
software | healthy | tokenisation-explorer/tokenise_explorer.py:79 |
explore_context_sensitivity |
software | healthy | tokenisation-explorer/tokenise_explorer.py:95 |
explore_numbers |
software | healthy | tokenisation-explorer/tokenise_explorer.py:122 |
compare_tokenisers |
software | healthy | tokenisation-explorer/tokenise_explorer.py:135 |
explore_roundtrip |
software | healthy | tokenisation-explorer/tokenise_explorer.py:149 |
main |
software | healthy | tokenisation-explorer/tokenise_explorer.py:163 |
explore_embeddings |
software | healthy | tokenisation-explorer/tokenise_explorer.py:206 |
cosine_sim |
software | healthy | tokenisation-explorer/tokenise_explorer.py:251 |
require_hf_token |
software | healthy | yasvoice/train.py:86 |
warn_if_vram_busy |
software | healthy | yasvoice/train.py:96 |
format_example |
software | healthy | yasvoice/train.py:110 |
load_tokenizer |
software | healthy | yasvoice/train.py:124 |
__init__ |
software | healthy | yasvoice/train.py:146 |
on_log |
software | dead | yasvoice/train.py:152 |
count_truncated |
software | healthy | yasvoice/train.py:176 |
run_training |
software | healthy | yasvoice/train.py:184 |
main |
software | healthy | yasvoice/train.py:309 |
make_message |
software | healthy | yasvoice/tests/fixtures/make_fixture.py:519 |
main |
software | healthy | yasvoice/tests/fixtures/make_fixture.py:542 |
build_instruction |
software | healthy | yasvoice/api/server.py:73 |
available_adapters |
software | healthy | yasvoice/api/server.py:83 |
load_model |
software | healthy | yasvoice/api/server.py:90 |
run_inference |
software | healthy | yasvoice/api/server.py:128 |
mock_inference |
software | healthy | yasvoice/api/server.py:180 |
lifespan |
software | healthy | yasvoice/api/server.py:194 |
health |
software | healthy | yasvoice/api/server.py:213 |
generate_email |
software | healthy | yasvoice/api/server.py:218 |
Field |
software | healthy | yasvoice/ui/src/App.tsx:Field |
App |
software | healthy | yasvoice/ui/src/App.tsx:App |
set |
software | healthy | yasvoice/ui/src/App.tsx:set |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CLAUDE.md |
software | healthy | CLAUDE.md |
verify_gpu.py |
software | healthy | pytorch-cuda/verify_gpu.py |
CLAUDE.md |
software | healthy | pytorch-cuda/CLAUDE.md |
benchmark.py |
software | healthy | pytorch-cuda/benchmark.py |
embed_search.py |
software | healthy | local-embeddings/embed_search.py |
CLAUDE.md |
software | healthy | local-embeddings/CLAUDE.md |
requirements.txt |
software | healthy | local-embeddings/requirements.txt |
baseline.py |
software | healthy | inference-opt/baseline.py |
quantise.py |
software | healthy | inference-opt/quantise.py |
CLAUDE.md |
software | healthy | inference-opt/CLAUDE.md |
kvcache.py |
software | healthy | inference-opt/kvcache.py |
batching.py |
software | healthy | inference-opt/batching.py |
report.py |
software | healthy | inference-opt/report.py |
benchmark.py |
software | healthy | inference-opt/benchmark.py |
kvcache_off.json |
software | healthy | inference-opt/results/kvcache_off.json |
kvcache_on.json |
software | healthy | inference-opt/results/kvcache_on.json |
quantise_int4.json |
software | healthy | inference-opt/results/quantise_int4.json |
batching.json |
software | healthy | inference-opt/results/batching.json |
baseline.json |
software | healthy | inference-opt/results/baseline.json |
quantise_int8.json |
software | healthy | inference-opt/results/quantise_int8.json |
quantise_fp16.json |
software | healthy | inference-opt/results/quantise_fp16.json |
CLAUDE.md |
software | healthy | tokenisation-explorer/CLAUDE.md |
tokenise_explorer.py |
software | healthy | tokenisation-explorer/tokenise_explorer.py |
requirements.txt |
software | healthy | tokenisation-explorer/requirements.txt |
launch.json |
software | healthy | .claude/launch.json |
train.py |
software | healthy | yasvoice/train.py |
CLAUDE.md |
software | healthy | yasvoice/CLAUDE.md |
make_fixture.py |
software | healthy | yasvoice/tests/fixtures/make_fixture.py |
server.py |
software | healthy | yasvoice/api/server.py |
tsconfig.app.json |
software | healthy | yasvoice/ui/tsconfig.app.json |
vite.config.ts |
software | healthy | yasvoice/ui/vite.config.ts |
README.md |
software | healthy | yasvoice/ui/README.md |
package.json |
software | healthy | yasvoice/ui/package.json |
tsconfig.node.json |
software | healthy | yasvoice/ui/tsconfig.node.json |
index.html |
software | healthy | yasvoice/ui/index.html |
package-lock.json |
software | healthy | yasvoice/ui/package-lock.json |
eslint.config.js |
software | healthy | yasvoice/ui/eslint.config.js |
tsconfig.json |
software | healthy | yasvoice/ui/tsconfig.json |
index.css |
software | healthy | yasvoice/ui/src/index.css |
main.tsx |
software | healthy | yasvoice/ui/src/main.tsx |
App.tsx |
software | healthy | yasvoice/ui/src/App.tsx |
plot_losses.py |
software | healthy | yasvoice/scripts/plot_losses.py |
parse_emails.py |
software | healthy | yasvoice/scripts/parse_emails.py |
build_dataset.py |
software | healthy | yasvoice/scripts/build_dataset.py |
evaluate.py |
software | healthy | yasvoice/eval/evaluate.py |
train.py |
software | healthy | brandvoice/train.py |
eval.py |
software | healthy | brandvoice/eval.py |
plot.py |
software | healthy | brandvoice/plot.py |
CLAUDE.md |
software | healthy | brandvoice/CLAUDE.md |
demo.py |
software | healthy | brandvoice/demo.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
pytorch-cuda |
software | healthy | pytorch-cuda |
local-embeddings |
software | healthy | local-embeddings |
inference-opt |
software | healthy | inference-opt |
results |
software | healthy | inference-opt/results |
tokenisation-explorer |
software | healthy | tokenisation-explorer |
.claude |
software | healthy | .claude |
yasvoice |
software | healthy | yasvoice |
tests |
software | healthy | yasvoice/tests |
fixtures |
software | healthy | yasvoice/tests/fixtures |
api |
software | healthy | yasvoice/api |
ui |
software | healthy | yasvoice/ui |
src |
software | healthy | yasvoice/ui/src |
scripts |
software | healthy | yasvoice/scripts |
eval |
software | healthy | yasvoice/eval |
brandvoice |
software | healthy | brandvoice |
results |
software | healthy | brandvoice/results |
logs |
software | healthy | brandvoice/logs |
minigpt |
software | healthy | minigpt |
lora-finetune |
software | healthy | lora-finetune |
| Label | Layer | Status | Path |
|---|---|---|---|
JsonLogCallback |
software | healthy | yasvoice/train.py:142 |
_CB |
software | healthy | yasvoice/train.py:151 |
GenerateRequest |
software | healthy | yasvoice/api/server.py:57 |
GenerateResponse |
software | healthy | yasvoice/api/server.py:66 |
JsonLogCallback |
software | healthy | brandvoice/train.py:68 |
Head |
software | healthy | minigpt/model.py:6 |
MultiHeadAttention |
software | healthy | minigpt/model.py:28 |
FeedForward |
software | healthy | minigpt/model.py:42 |
Block |
software | healthy | minigpt/model.py:56 |
GPT |
software | healthy | minigpt/model.py:71 |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /health |
api | healthy | yasvoice/api/server.py |
POST /generate |
api | healthy | yasvoice/api/server.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8642 |
network | healthy | yasvoice/api/server.py |
port:5174 |
network | healthy | yasvoice/ui/vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | yasvoice/api/server.py |
120.0.0.0 |
network | healthy | brandvoice/curate.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-2z3teg_y |
software | healthy | /tmp/repobility-clone-2z3teg_y |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | yasvoice/ui/src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/ebcfb64c-50f1-44fc-a68b-3ceaff96f521/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/ebcfb64c-50f1-44fc-a68b-3ceaff96f521/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.