Skip to content

Commit

Permalink
feat: importing pytorch backend from qiboml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 19, 2024
1 parent 800e800 commit cf6f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiboml/backends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Union

from qibo.backends.pytorch import PyTorchBackend # qiboml pytorch is not updated
from qibo.config import raise_error

from qiboml.backends.jax import JaxBackend
from qiboml.backends.pytorch import PyTorchBackend
from qiboml.backends.tensorflow import TensorflowBackend

PLATFORMS = ["tensorflow", "pytorch", "jax"]
Expand Down

0 comments on commit cf6f80c

Please sign in to comment.