-
Notifications
You must be signed in to change notification settings - Fork 304
Adding venv and fixing regex #3610
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
Conversation
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
…uantum into fix_regex_and_venv
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
…ng option Signed-off-by: Sachin Pisal <[email protected]>
|
Note: Have also added support for single quotes in Fixed in 61318d9. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
1tnguyen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Thanks, @sacpis!
Signed-off-by: Sachin Pisal <[email protected]>
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Signed-off-by: Sachin Pisal <[email protected]>
* adding venv and fix regex Signed-off-by: Sachin Pisal <[email protected]> * adding sudo Signed-off-by: Sachin Pisal <[email protected]> * reverting regex Signed-off-by: Sachin Pisal <[email protected]> * fixing the regex Signed-off-by: Sachin Pisal <[email protected]> * capturing single quotes in regex Signed-off-by: Sachin Pisal <[email protected]> * capture only the target Signed-off-by: Sachin Pisal <[email protected]> * fix regex Signed-off-by: Sachin Pisal <[email protected]> * fixing the regex to combine the target and option as a valid backend Signed-off-by: Sachin Pisal <[email protected]> * adding escape for # Signed-off-by: Sachin Pisal <[email protected]> * format Signed-off-by: Sachin Pisal <[email protected]> * simplifying the condition Signed-off-by: Sachin Pisal <[email protected]> * updating torch version Signed-off-by: Sachin Pisal <[email protected]> * Adding pattern matching examples and fetching only the target, ignoring option Signed-off-by: Sachin Pisal <[email protected]> * updating python3-venv Signed-off-by: Sachin Pisal <[email protected]> * making spellchecker happy Signed-off-by: Sachin Pisal <[email protected]> * skipping logical_aim_sqale and updating pip install for hqnn Signed-off-by: Sachin Pisal <[email protected]> * format Signed-off-by: Sachin Pisal <[email protected]> --------- Signed-off-by: Sachin Pisal <[email protected]>
Adding venv and fixing regex