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

Several backend related error messages when running on etna #76

Closed
BrunoLiegiBastonLiegi opened this issue Oct 14, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@BrunoLiegiBastonLiegi
Copy link
Contributor

When running on etna I get a chain of error messages the first time I ask for the frequencies, samples, ecc....
Namely, given the execution result result, asking for instance for the frequencies results in:

result.frequencies()
[Qibo 0.2.12|ERROR|2024-10-14 12:28:39]: The 'qibojit' backends' provider is not available. Check that a Python package named 'qibojit' is installed, and it is exposing valid Qibo backends.
[2024-10-14 12:28:39,557] ERROR: The 'qibojit' backends' provider is not available. Check that a Python package named 'qibojit' is installed, and it is exposing valid Qibo backends.
[Qibo 0.2.12|ERROR|2024-10-14 12:28:39]: The 'qibojit' backends' provider is not available. Check that a Python package named 'qibojit' is installed, and it is exposing valid Qibo backends.
[2024-10-14 12:28:39,558] ERROR: The 'qibojit' backends' provider is not available. Check that a Python package named 'qibojit' is installed, and it is exposing valid Qibo backends.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1728901720.986336   43209 cuda_executor.cc:1015] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
[Qibo 0.2.12|INFO|2024-10-14 12:28:41]: Using tensorflow backend on /device:CPU:0
[2024-10-14 12:28:41,022] INFO: Using tensorflow backend on /device:CPU:0
Out[2]: Counter({'00': 976, '01': 24})

By the way, the shots are completely off, as the expected result is Counter({'10': 1000}) since I am sending two GPI2(0) (i.e. an X), but this might be a problem in the calibration I guess.

@scarrazza
Copy link
Member

Concerning error message, this should be fixed after releasing qibo 0.2.13, given that qiboteam/qibo#1486 was merged.

@scarrazza scarrazza added the bug Something isn't working label Oct 15, 2024
@scarrazza scarrazza added this to the Oct 25th, 2024 milestone Oct 17, 2024
@scarrazza scarrazza self-assigned this Oct 17, 2024
@scarrazza scarrazza reopened this Oct 29, 2024
@alecandido
Copy link
Member

qiboteam/qibo#1505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants