We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445f1aa commit 530d364Copy full SHA for 530d364
1 file changed
jetstream/engine/__init__.py
@@ -17,7 +17,7 @@
17
import jax
18
19
try:
20
- import previewutilities
+ import pathwaysutils
21
except ImportError as e:
22
print("Proxy backend support is not added")
23
pass
0 commit comments