install cmake; add gitignore

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
This commit is contained in:
Tyler Gillson 2023-05-18 15:40:27 -07:00
parent fc59f74849
commit 73a3f6b720
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

2
examples/rwkv/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
models/rwkv
models/rwkv.tokenizer.json

View file

@ -1,5 +1,7 @@
FROM python
RUN apt-get update && apt-get -y install cmake
# convert the model (one-off)
RUN pip3 install torch numpy