diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -164,4 +164,17 @@ cython_debug/ uv.lock # dataset -dataset/
\ No newline at end of file +dataset/ + +# 忽略整个 models 目录,但保留推理需要的文件 +models/ +!models/**/*.onnx +!models/**/*.onnx.data +!models/**/config.json +!models/**/tokenizer.json +!models/**/tokenizer_config.json +!models/**/special_tokens_map.json +!models/**/vocab.txt + +# CI build artifacts +model.zip
\ No newline at end of file |
