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

Fix syntax error in base_handler initialize #2547

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Fix syntax error in base_handler initialize #2547

merged 2 commits into from
Aug 29, 2023

Conversation

a-ys
Copy link
Contributor

@a-ys a-ys commented Aug 28, 2023

Description

Fixes a one-line syntax error in the base_handler initialize method, in the torch.compile section.

Type of change

Please delete options that are not relevant.

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

@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #2547 (11d3085) into master (fc814be) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 11d3085 differs from pull request most recent head bb95b84. Consider uploading reports for the commit bb95b84 to get more accurate results

@@           Coverage Diff           @@
##           master    #2547   +/-   ##
=======================================
  Coverage   72.64%   72.64%           
=======================================
  Files          79       79           
  Lines        3733     3733           
  Branches       58       58           
=======================================
  Hits         2712     2712           
  Misses       1017     1017           
  Partials        4        4           
Files Changed Coverage Δ
ts/torch_handler/base_handler.py 69.09% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@msaroufim msaroufim merged commit 5c0adc6 into pytorch:master Aug 29, 2023
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants