We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3fedb commit 616e803Copy full SHA for 616e803
.gitignore
@@ -1,18 +1,21 @@
1
-*.egg-info
2
__pycache__
3
-*_version.py
4
-docs/build
+.benchmarks
+.cache
5
.coverage
6
-.idea/
7
-*.gguf
+.direnv
+.env
+.idea
8
+.pytest_cache
9
.venv
-benchmarks/results
10
-
11
-# Remove doc build folders
12
-.cache/
13
-build/
14
-rust-coverage/
15
-target/
16
-*.so
+*_version.py
+*.egg-info
+*.gguf
17
*.pyd
+*.so
+benchmarks/results
+build
18
Cargo.lock
+docs/build
19
+logs
20
+rust-coverage
21
+target
0 commit comments