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: update qgpt2_class.py to fix typo #651

Merged
merged 1 commit into from
Apr 29, 2024
Merged

fix: update qgpt2_class.py to fix typo #651

merged 1 commit into from
Apr 29, 2024

Conversation

fd0r
Copy link
Collaborator

@fd0r fd0r commented Apr 25, 2024

This commit fixes a bug in use_cases_examples/llm/qgpt2_class.py demo where simulate was not called properly.

It raised TypeError: unsupported operand type(s) for /: 'method' and 'int' because <bound method Circuit.simulate> was not called.

This commit fixes a bug in use_cases_examples/llm/qgpt2_class.py
demo where `simulate` was not called properly.

It raised `TypeError: unsupported operand type(s) for /: 'method' and 'int'`
because `<bound method Circuit.simulate>` was not called.
@fd0r fd0r requested a review from a team as a code owner April 25, 2024 08:14
Copy link

cla-bot bot commented Apr 25, 2024

Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @HugoLB0 on file. In order for us to review and merge your code, please sign:

  • For individual contribution: our CLA
  • for Bounty submission, if you are an individual: our T&C
  • for Bounty submission, if you are a company: our T&C
    to get yourself added.

If you already signed one of this document, just wait to be added to the bot config.

Copy link
Collaborator

@RomanBredehoft RomanBredehoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can merge it but CLA is not happy, so let's make sure everything is right

@fd0r
Copy link
Collaborator Author

fd0r commented Apr 25, 2024

Only waiting for @HugoLB0 to sign the CLA.

Thanks again for your contribution. 🙏🏼

@aquint-zama
Copy link
Contributor

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Apr 29, 2024
Copy link

cla-bot bot commented Apr 29, 2024

The cla-bot has been summoned, and re-checked this pull request!

@fd0r fd0r merged commit d376d85 into main Apr 29, 2024
11 checks passed
@fd0r fd0r deleted the fix_llm_use_case branch April 29, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants