Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
92d9715
Add starter with audio sample.
tjholm Oct 15, 2024
3f4b332
flesh out guide.
tjholm Oct 15, 2024
96ead03
Add deployment section.
tjholm Oct 15, 2024
5d87e25
update wording.
tjholm Oct 15, 2024
84c0457
fix typo
tjholm Oct 15, 2024
316d3dc
guide edits and extra details like file names
jyecusch Oct 16, 2024
df4c614
add dictionary words
jyecusch Oct 16, 2024
b445b9d
make example match audio sample
jyecusch Oct 16, 2024
c3983d4
add missing package setup step
jyecusch Oct 16, 2024
5e3a112
update guide to use uv instead of pipenv
tjholm Oct 17, 2024
5fc37f2
update torch dockerfile to use uv
tjholm Oct 17, 2024
e77d4fd
change container to just python and use extras ml
tjholm Oct 17, 2024
bcb8567
add uv to prereqs
tjholm Oct 17, 2024
edd10fb
fix broken podcast.py example
tjholm Oct 17, 2024
f73ed99
update nitric.yaml example.
tjholm Oct 17, 2024
438ee90
fix typo
tjholm Oct 17, 2024
38aaf26
remove model_id from first api example
tjholm Oct 17, 2024
0789b63
add missing undefined variable to initial batch code.
tjholm Oct 17, 2024
5fd8171
Add additional instructions for re-testing.
tjholm Oct 17, 2024
a05ca1e
update torch dockerfile location.
tjholm Oct 17, 2024
bcc1668
update later stack file contents
tjholm Oct 17, 2024
d71e0fe
fix typo in runtime
tjholm Oct 17, 2024
c73da78
update torch docker image.
tjholm Oct 18, 2024
9a11158
update docker container and aws config
tjholm Oct 18, 2024
9dbbb3f
add local dashboard links and instructions on getting clips.
tjholm Oct 18, 2024
61b7378
add more details and screenshots
jyecusch Oct 21, 2024
d68b3a7
fix start commands
jyecusch Oct 21, 2024
0027efe
add model download pre-condition check
jyecusch Oct 22, 2024
2848dcc
update ai podcast guide
tjholm Oct 22, 2024
d6607c3
update AWS provider template version.
tjholm Oct 22, 2024
de47114
fix typo
jyecusch Oct 22, 2024
8042f0d
use lambda to download models
tjholm Oct 22, 2024
e17a35d
fix typo.
tjholm Oct 22, 2024
b4cafdd
fix resources.py
tjholm Oct 22, 2024
eaffeb8
fix /download-model paths
jyecusch Oct 22, 2024
dca3110
fix typo
tjholm Oct 23, 2024
aec153c
add px to spellcheck dictionary
tjholm Oct 23, 2024
8109292
cleanup comments in stack example.
tjholm Oct 23, 2024
8b063ca
Apply suggestions from code review
tjholm Oct 25, 2024
74cca4b
feedback updates and windows support
davemooreuws Oct 25, 2024
8b6cdd3
fix link
jyecusch Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,18 @@ misconfigurations
DSL
UI
init
LLMs?
suno
ignorefile
EC2
.env
.mkv
.jpg
.pdf
preflight
nav
MacOS

[0-9]+px
^.+[-:_]\w+$
[a-z]+([A-Z0-9]|[A-Z0-9]\w+)
([A-Z][a-z0-9]+)((\d)|([A-Z0-9][a-z0-9]+))*([A-Z])?
Expand Down
Loading
Loading