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

Make auto default precision for pytorch parser #1112

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

JanFSchulte
Copy link
Contributor

Continuation of Jovan's PR #1016 that made auto the default precision in the keras parser in name mode. This PR makes the same changes for the pytorch parser.

Type of change

  • New feature (non-breaking change which adds functionality)

Tests

Verified that precision is set to auto when parsing a model in name mode with the config_from_pytorch_model function.

Checklist

  • I have read the guidelines for contributing.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have installed and run pre-commit on the files I edited or added.
  • I have added tests that prove my fix is effective or that my feature works.

@JanFSchulte JanFSchulte added the please test Trigger testing by creating local PR branch label Nov 6, 2024
@jmitrevs jmitrevs mentioned this pull request Nov 6, 2024
7 tasks
@jmitrevs jmitrevs added this to the v1.0.0 milestone Nov 8, 2024
@JanFSchulte JanFSchulte added please test Trigger testing by creating local PR branch and removed please test Trigger testing by creating local PR branch labels Nov 11, 2024
@JanFSchulte JanFSchulte added please test Trigger testing by creating local PR branch and removed please test Trigger testing by creating local PR branch labels Nov 12, 2024
@jmitrevs jmitrevs merged commit 51cb83c into fastmachinelearning:main Nov 15, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please test Trigger testing by creating local PR branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants