Skip to content

Commit 69a8ba7

Browse files
author
Carsten Behring
committed
still working
1 parent 0d77ff9 commit 69a8ba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/ai/onnxllm/notebooks/orig.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
(override-dimension! "sequence_length" 1)
3333
(override-dimension! "past_sequence_length" 1)
3434
(override-dimension! "past_sequence_length + 1" 1))
35-
src-tz (tensor fact [1 1 28 28] :float :nchw)
3635
onnx-bp (onnx fact "/tmp/models/HuggingFaceTB/SmolLM-135M/onnx/model.onnx" {:options opt})
3736
input-ids (tensor neand-fact [1 1] :long :nc)
3837
position-ids (tensor neand-fact [1 1] :long :nc)

0 commit comments

Comments
 (0)