Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] [Neuron] Parse literals out of override-neuron-config #8959

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Sep 30, 2024

  1. Parse literals out of override-neuron-config

    For now it was only possible to add string parameters, if a bool or
    number was passed, the neuron initialization failed. The parsing
    was also inconsisten with how other composite configs were passed
    (see --mm-processor-kwargs)
    Jerzy Zagorski committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    14161b1 View commit details
    Browse the repository at this point in the history
  2. Fix test name

    Jerzy Zagorski committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f93ec21 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Prevent autoformating of test parameters

    Jerzy Zagorski committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    63dcb6c View commit details
    Browse the repository at this point in the history