forked from intel/intel-extension-for-transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (48 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
tests/*.pt
### ignore binary files in llm-runtime ###
*.pyc
.vscode
.vs
.idea
/venv/
*/__pycache__
*.snapshot
*.exe
*.dll
*.pyd
*.so
*.so.*
*.pb
*.ckpt
*.log
*.swp
*.onnx
*.bin
tags
build/
_build
dist/
.cache/
.eggs
# build / dist files
/intel_extension_for_transformers/intel_extension_for_transformers[.-]*/
/intel_extension_for_transformers/neural_engine_*
/intel_extension_for_transformers/_version.py
/intel_extension_for_transformers[.-]*
/neural_engine_py*
# CMakeUserPresets.json should be ignored. See: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
CMakeUserPresets.json
/examples/**/*.npy
/examples/**/*.bin
/examples/**/*.yaml
/examples/**/data/
/examples/**/tmp/
/examples/**/model_and_tokenizer/
/examples/**/*ir*/
build_tmp
/workflows/chatbot/demo/front_end/node_modules
/workflows/chatbot/demo/front_end/front_end/.svelte-kit
.DS_Store
examples/huggingface/pytorch/text-classification/early-exit/wandb
examples/huggingface/pytorch/text-classification/early-exit/.venv
examples/huggingface/pytorch/text-classification/early-exit/test/output_*/