-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: simplify examples to flat-file flash init pattern #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ee4b390
refactor(01_hello_world): simplify to flat-file pattern
deanq ed75b56
refactor(02_cpu_worker): simplify to flat-file pattern
deanq d369314
refactor(03_mixed_workers): simplify to flat-file pattern with LB pip…
deanq eff3e3f
refactor(04_dependencies): simplify to flat-file pattern
deanq 1a73ab5
refactor(01_text_to_speech): simplify to flat-file pattern
deanq 1a2357a
refactor(05_load_balancer): simplify to flat-file pattern
deanq 1bd9b09
refactor(01_network_volumes): simplify to flat-file pattern, inline v…
deanq 612f9e6
docs(01_getting_started): simplify READMEs to match flat-file refactor
deanq 43b8f1f
docs(02_ml_inference, 03_advanced_workers): simplify READMEs to match…
deanq fed4540
refactor(05_network_volumes): update cpu_worker to LB pattern, align …
deanq fcccfb6
chore: add .flash to gitignore, update CLAUDE.md and lockfile
deanq def9ce4
chore: remove legacy unified FastAPI discovery app
deanq c61dde6
chore: remove per-example requirements.txt and .env.example files
deanq 1336fff
chore: remove stale deps from pyproject.toml, regenerate lockfiles
deanq f8f205f
docs: update CONTRIBUTING, DEVELOPMENT, CLI-REFERENCE for flat-file p…
deanq abf4844
fix(examples): use typed params in gpu_lb compute_intensive
deanq cc2894c
chore: simplify pyproject.toml, requirements.txt, and Makefile
deanq 76c5eb6
fix(ci): remove references to deleted targets and scripts
deanq 340c53e
fix: address PR review feedback from Copilot
deanq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,4 +38,4 @@ jobs: | |
| run: make venv-info | ||
|
|
||
| - name: Run quality checks | ||
| run: make quality-check-strict | ||
| run: make quality-check | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,3 +42,4 @@ uv.lock | |
| # OS | ||
| .DS_Store | ||
| Thumbs.db | ||
| .flash/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.