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

amd-smi import error with rocm 6.1 + rocm/jax:latest image #20955

Closed
brettkoonce opened this issue Apr 26, 2024 · 2 comments
Closed

amd-smi import error with rocm 6.1 + rocm/jax:latest image #20955

brettkoonce opened this issue Apr 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@brettkoonce
Copy link
Contributor

Description

docker pull rocm/jax
Using default tag: latest
latest: Pulling from rocm/jax
Digest: sha256:1d0238004c3049426a6a91e64fd0ef9f19c63e2418ceb34a4b1fcbc93e4f510e
Status: Image is up to date for rocm/jax:latest
docker.io/rocm/jax:latest

drun rocm/jax:latest
root@minerva:~# amd-smi
ModuleNotFoundError: No module named 'yaml'

See notes upstream: ROCm/amdsmi#19

Install:

python3 -m pip install 'PyYAML>=5.1'
root@minerva:~# amd-smi version
AMDSMI Tool: 23.4.2+3f96bd1 | AMDSMI Library version: 23.4.0.0

System info (python version, jaxlib version, accelerator, etc.)

ubuntu 22.04 lts, rocm 6.1, 7900 xtx

@superbobry
Copy link
Member

superbobry commented Apr 29, 2024

Hi @brettkoonce, the ROCm repo looks like a better place for this issue. I don't think JAX directly depends on PyYAML.

@brettkoonce
Copy link
Contributor Author

@superbobry Thx, forgot to close this!

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

2 participants