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 0d77ff9 commit 69a8ba7Copy full SHA for 69a8ba7
projects/ai/onnxllm/notebooks/orig.clj
@@ -32,7 +32,6 @@
32
(override-dimension! "sequence_length" 1)
33
(override-dimension! "past_sequence_length" 1)
34
(override-dimension! "past_sequence_length + 1" 1))
35
- src-tz (tensor fact [1 1 28 28] :float :nchw)
36
onnx-bp (onnx fact "/tmp/models/HuggingFaceTB/SmolLM-135M/onnx/model.onnx" {:options opt})
37
input-ids (tensor neand-fact [1 1] :long :nc)
38
position-ids (tensor neand-fact [1 1] :long :nc)
0 commit comments