forked from intel/intel-extension-for-transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (45 loc) · 1.17 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
*.pyc
.vscode
.idea
/venv/
*/__pycache__
*.snapshot
*.so
*.so.*
*.pb
*.ckpt
*.log
*.swp
*.onnx
tags
build/
_build
dist/
.cache/
# build / dist files
/intel_extension_for_transformers/intel_extension_for_transformers[.-]*/
/intel_extension_for_transformers/neural_engine_*
/intel_extension_for_transformers/*.dll
/intel_extension_for_transformers/_version.py
/intel_extension_for_transformers[.-]*
/neural_engine_py*
/.vs
# CMakeUserPresets.json should be ignored. See: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
CMakeUserPresets.json
/intel_extension_for_transformers/llm/runtime/.vs
/intel_extension_for_transformers/llm/runtime/out
/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
/intel_extension_for_transformers/llm/runtime/graph/.vs
examples/huggingface/pytorch/text-classification/early-exit/test/output_*/