mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
reduce diff
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,7 +13,6 @@ Cargo.lock
|
||||
*.npz
|
||||
*.model
|
||||
*.gguf
|
||||
.cargo-local
|
||||
|
||||
|
||||
.claude-project
|
||||
|
||||
1
crates/luminal_python/.gitignore
vendored
1
crates/luminal_python/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
luminal_artifacts
|
||||
*.onnx
|
||||
tests/llama38b_ref_logits.pt
|
||||
__pycache__/
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies = [
|
||||
"numpy>=2.0.2",
|
||||
"torch>=2.10.0",
|
||||
"onnx",
|
||||
"onnxscript",
|
||||
"onnxscript"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user