Update Qwen 14B local environment handoff
This commit is contained in:
@@ -14,6 +14,37 @@ Diese Datei ist die schnelle Uebergabe fuer ein kleineres Modell wie Qwen 14B. S
|
|||||||
- Show-Control-v1-Primitive sind faktisch eingefroren und dokumentiert.
|
- Show-Control-v1-Primitive sind faktisch eingefroren und dokumentiert.
|
||||||
- Ein generischer externer Control-Pfad ist vorhanden, aber bewusst nicht grandMA-spezifisch.
|
- Ein generischer externer Control-Pfad ist vorhanden, aber bewusst nicht grandMA-spezifisch.
|
||||||
|
|
||||||
|
## Lokale Umgebung auf diesem Rechner
|
||||||
|
|
||||||
|
- Arbeitsverzeichnis des Rust-Projekts: `/home/jan/Documents/RFP/Infinity_Vis_Rust`
|
||||||
|
- Dieses Repo ist hier ein echter Git-Clone mit `.git`.
|
||||||
|
- Rust-Toolchain ist lokal vorhanden:
|
||||||
|
- `cargo 1.95.0 (f2d3ce0bd 2026-03-21)`
|
||||||
|
- `rustc 1.95.0 (59807616e 2026-04-14)`
|
||||||
|
- Gewuenschte Toolchain laut [rust-toolchain.toml](/home/jan/Documents/RFP/Infinity_Vis_Rust/rust-toolchain.toml:1):
|
||||||
|
- Channel: `stable`
|
||||||
|
- Components: `rustfmt`, `clippy`
|
||||||
|
- Laufzeitpersistenz liegt standardmaessig in [data/runtime_state.json](/home/jan/Documents/RFP/Infinity_Vis_Rust/data/runtime_state.json:1)
|
||||||
|
- Das alte Python-Referenzprojekt soll lokal daneben liegen unter:
|
||||||
|
- `/home/jan/Documents/RFP/RFP_Infinity-Vis`
|
||||||
|
|
||||||
|
## Lokaler Startpfad
|
||||||
|
|
||||||
|
Aus dem Rust-Repo heraus:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
cargo run -p infinity_host_api -- --config config/project.example.toml --bind 127.0.0.1:9001 --runtime-state data/runtime_state.json
|
||||||
|
```
|
||||||
|
|
||||||
|
Danach:
|
||||||
|
|
||||||
|
- Creative Surface: `http://127.0.0.1:9001/`
|
||||||
|
- Technical Surface: `http://127.0.0.1:9001/technical`
|
||||||
|
- State API: `http://127.0.0.1:9001/api/v1/state`
|
||||||
|
- Preview API: `http://127.0.0.1:9001/api/v1/preview`
|
||||||
|
- WebSocket: `ws://127.0.0.1:9001/api/v1/stream`
|
||||||
|
|
||||||
## Nicht neu interpretieren
|
## Nicht neu interpretieren
|
||||||
|
|
||||||
Diese Grenzen sind verbindlich:
|
Diese Grenzen sind verbindlich:
|
||||||
|
|||||||
Reference in New Issue
Block a user