Skip to content

Fix profiling for multi-input models - #1517

Open
JanFSchulte wants to merge 1 commit into
fastmachinelearning:mainfrom
JanFSchulte:profiling_multimodel
Open

Fix profiling for multi-input models#1517
JanFSchulte wants to merge 1 commit into
fastmachinelearning:mainfrom
JanFSchulte:profiling_multimodel

Conversation

@JanFSchulte

Copy link
Copy Markdown
Contributor

Fixes #1515 by converting inputs using np.ascontiguousarray() sequentially on the individual inputs instead of the list of inputs.

In the spirit of the proposed AI policy: Claude Opus 5 was used in the creation of this PR.

Type of change

  • Bug fix (non-breaking change that fixes an issue)

Tests

Explicit test was added to the features

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 marked this pull request as ready for review August 4, 2026 19:56
@JanFSchulte JanFSchulte added bugfix please test Trigger testing by creating local PR branch labels Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix please test Trigger testing by creating local PR branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

profiling.numerical() fails for multi-input models

1 participant