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
Fix trim_model.sh: Prevent invalid arguments when extra is empty [skip ci] (#148)
When the `extra` variable is empty, the script generates two single quotes,
causing errors in argument parsing for the Java command. This commit ensures
that `extra` is handled properly to avoid such issues.
0 commit comments