-
Notifications
You must be signed in to change notification settings - Fork 176
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
non-persistent simple example does not work #506
Comments
Hi @mohbay - can you share your ds_report? My guess is you don't have the deepspeed-kernels/cutlass kernels installed for those ops to build. |
Hi @loadams [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
Can you share your |
deepspeed-kernels is installed. Here is the pip list. Package Version aniso8601 9.0.1 |
I cloned the cutlass repository and updated the CUTLASS_PATH so the [WARNING] Please specify the CUTLASS repo directory as environment variable $CUTLASS_PATH is now gone The error starts with this: |
Starting from the code
pipe = mii.pipeline("mistralai/Mistral-7B-v0.1")
It does not work (on A100 python 3.10 and cuda12.1
ImportError: torch_extensions/py310_cu121/ragged_device_ops/ragged_device_ops.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: