Spaces:
Build error
Build error
Commit Β·
6e90289
1
Parent(s): c334b5a
fix: clean up stale Apache 2.0 mentions + restore walkthrough spacing
Browse filesPost-Fix-B cleanup commit. Three CLAUDE.md spots still referenced
Apache 2.0 (Tech-stack deliverable parenthetical, file-tree comment,
and the agent's verifier-compatibility tweak in walkthrough.md).
Restored the idiomatic blank line under '## License' in walkthrough.md
since the original verifier bug is irrelevant going forward.
Historical Progress-log entry from 2026-05-07 left intact (it accurately
describes the state of the project on that date).
- CLAUDE.md +2 -2
- docs/walkthrough.md +1 -0
CLAUDE.md
CHANGED
|
@@ -157,7 +157,7 @@ Win the AMD Developer Hackathon (LabLab.ai, May 2026), Track 3, with a real-time
|
|
| 157 |
## Tech stack (locked)
|
| 158 |
|
| 159 |
- Languages: Python 3.12 (primary)
|
| 160 |
-
- Submission deliverable: Hugging Face Space (Gradio app, public,
|
| 161 |
- Inference backend: FastAPI on AMD Developer Cloud (single MI300X instance), exposed as OpenAI-compatible API
|
| 162 |
- Transport: HTTPS for V1; WebSocket only if latency demands it post-Day-2
|
| 163 |
- Pipeline (concurrent on one MI300X):
|
|
@@ -204,7 +204,7 @@ git push huggingface main
|
|
| 204 |
```
|
| 205 |
/Users/lucaslt/Documents/side-gig/amd-hackathon/
|
| 206 |
βββ README.md # HF Space card via frontmatter
|
| 207 |
-
βββ LICENSE #
|
| 208 |
βββ CLAUDE.md
|
| 209 |
βββ .claude/
|
| 210 |
βββ requirements.txt
|
|
|
|
| 157 |
## Tech stack (locked)
|
| 158 |
|
| 159 |
- Languages: Python 3.12 (primary)
|
| 160 |
+
- Submission deliverable: Hugging Face Space (Gradio app, public, MIT)
|
| 161 |
- Inference backend: FastAPI on AMD Developer Cloud (single MI300X instance), exposed as OpenAI-compatible API
|
| 162 |
- Transport: HTTPS for V1; WebSocket only if latency demands it post-Day-2
|
| 163 |
- Pipeline (concurrent on one MI300X):
|
|
|
|
| 204 |
```
|
| 205 |
/Users/lucaslt/Documents/side-gig/amd-hackathon/
|
| 206 |
βββ README.md # HF Space card via frontmatter
|
| 207 |
+
βββ LICENSE # MIT
|
| 208 |
βββ CLAUDE.md
|
| 209 |
βββ .claude/
|
| 210 |
βββ requirements.txt
|
docs/walkthrough.md
CHANGED
|
@@ -92,4 +92,5 @@ The single-GPU concurrency story is the AMD pitch. This V1 fits on H100;
|
|
| 92 |
the architecture has clear headroom on MI300X for higher-quality V2 models.
|
| 93 |
|
| 94 |
## License
|
|
|
|
| 95 |
MIT.
|
|
|
|
| 92 |
the architecture has clear headroom on MI300X for higher-quality V2 models.
|
| 93 |
|
| 94 |
## License
|
| 95 |
+
|
| 96 |
MIT.
|