diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-22 22:20:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 22:20:08 +0100 |
commit | 7687a0f4532544946538a5a42a6aa820c6a2c7e4 (patch) | |
tree | 3fb643d5f9cf59e9963adc0c949e11b30d654ac8 /.gitignore | |
parent | f9ecc8447753d759e776e762ba9309bb90b76bb3 (diff) | |
download | candle-7687a0f4532544946538a5a42a6aa820c6a2c7e4.tar.gz candle-7687a0f4532544946538a5a42a6aa820c6a2c7e4.tar.bz2 candle-7687a0f4532544946538a5a42a6aa820c6a2c7e4.zip |
Also fix the aspect ratio in the wasm example. (#556)
* Also fix the aspect ratio in the wasm example.
* Add the yolo lib.
* Update the build script.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ flamegraph.svg *.swp trace-*.json +candle-wasm-examples/*/build candle-wasm-examples/*/*.bin candle-wasm-examples/*/*.jpeg candle-wasm-examples/*/*.wav |