generated from nhcarrigan/template
feat: we successfully have the installer working for windows!
Models are downloaded at runtime instead of build.
This commit is contained in:
+10
-3
@@ -35,13 +35,20 @@ ENV/
|
||||
.venv/
|
||||
*.egg-info/
|
||||
|
||||
# Models (we'll add these to git lfs later)
|
||||
models/*.gguf
|
||||
models/*.bin
|
||||
# Models - large ML model files
|
||||
models/
|
||||
src/pretrained_models/
|
||||
src-tauri/resources/models/
|
||||
*.gguf
|
||||
*.bin
|
||||
|
||||
# Tauri
|
||||
src-tauri/target/
|
||||
src-tauri/WixTools/
|
||||
src-tauri/resources/
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
|
||||
# App data
|
||||
recordings/
|
||||
|
||||
Reference in New Issue
Block a user