diff options
author | laurent <laurent.mazare@gmail.com> | 2023-06-25 13:51:20 +0100 |
---|---|---|
committer | laurent <laurent.mazare@gmail.com> | 2023-06-25 13:51:20 +0100 |
commit | 90c140ff4b5b109b0c154783f7a6c5ddeee4d062 (patch) | |
tree | f04096e64901c750bdae721b27bdf088566ea9e5 /.gitignore | |
parent | a9c113248aa84df3716d564f4bbe1fd42dab94f6 (diff) | |
download | candle-90c140ff4b5b109b0c154783f7a6c5ddeee4d062.tar.gz candle-90c140ff4b5b109b0c154783f7a6c5ddeee4d062.tar.bz2 candle-90c140ff4b5b109b0c154783f7a6c5ddeee4d062.zip |
Start sketching the llama example.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +*tokenizer.json +*.npz |