You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following this guide and running ezkl get-src results in this output:
~/ezkl ❯ ezkl get-srs
[*] [2025-01-22 21:40:48:705, ezkl] - command:
| {
|"GetSrs": {
|"commitment": null,
|"logrows": null,
|"settings_path": "settings.json",
|"srs_path": null
| }
| }
[E] [2025-01-22 21:40:48:705, ezkl] - [Uncategorized] You will need to provide a valid settings file to use the settings option. You should run gen-settings to generate a settings file (and calibrate-settings to pick optimal logrows).
I'm confused because the setup guide says to run get-src before ever generating a settings.json file. When I run ezkl gen-settings I get this output and there is no resulting settings.json file:
I am testing using this gpt 2 onnx file, although I haven't even gotten to the point where I reference this files in the commands I've run.
Would really appreciate any support :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am following this guide and running
ezkl get-src
results in this output:I'm confused because the setup guide says to run
get-src
before ever generating asettings.json
file. When I runezkl gen-settings
I get this output and there is no resultingsettings.json
file:I am testing using this gpt 2 onnx file, although I haven't even gotten to the point where I reference this files in the commands I've run.
Would really appreciate any support :)
Beta Was this translation helpful? Give feedback.
All reactions