-
Notifications
You must be signed in to change notification settings - Fork 183
Llane/docs make docs publish #916
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
base: ray-api
Are you sure you want to change the base?
Conversation
Signed-off-by: Lawrence Lane <[email protected]>
Signed-off-by: Lawrence Lane <[email protected]>
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Signed-off-by: Lawrence Lane <[email protected]>
] | ||
|
||
[dependency-groups] | ||
docs = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should update this in ray-curator/pyproject.toml
instead of the higher level nemo_curator dependency list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, okay! thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i get the same error, does it living there change the command at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thomasdhc any ideas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new error if i run it from ray-curator/ directory:
Using CPython 3.11.11
Creating virtual environment at: .venv
× Failed to build `cugraph-cu12==25.6.0`
├─▶ The build backend returned an error
╰─▶ Call to `wheel_stub.buildapi.build_wheel` failed (exit status: 1)
[stderr]
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp310-cp310-manylinux_2_24_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp310-cp310-manylinux_2_28_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp310-cp310-manylinux_2_28_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp310-cp310-manylinux_2_24_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp311-cp311-manylinux_2_28_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp311-cp311-manylinux_2_24_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp311-cp311-manylinux_2_24_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp311-cp311-manylinux_2_28_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp312-cp312-manylinux_2_28_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp312-cp312-manylinux_2_24_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp312-cp312-manylinux_2_28_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp312-cp312-manylinux_2_24_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp313-cp313-manylinux_2_28_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl against tag cp313-cp313-manylinux_2_24_aarch64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp313-cp313-manylinux_2_28_x86_64
INFO:wheel-stub:Testing wheel cugraph_cu12-25.6.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl against tag cp313-cp313-manylinux_2_24_x86_64
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/wheel.py", line 249, in download_wheel
return download_manual(wheel_directory, distribution, version, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/wheel.py", line 185, in download_manual
raise RuntimeError(f"Didn't find wheel for {distribution} {version}")
Traceback (most recent call last):
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/wheel.py", line 249, in download_wheel
return download_manual(wheel_directory, distribution, version, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/wheel.py", line 185, in download_manual
raise RuntimeError(f"Didn't find wheel for {distribution} {version}")
RuntimeError: Didn't find wheel for cugraph-cu12 25.6.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/buildapi.py", line 29, in build_wheel
return download_wheel(pathlib.Path(wheel_directory), config_settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/wheel.py", line 251, in download_wheel
report_install_failure(distribution, version, config, exception_context)
File "/Users/llane/Library/Caches/uv/builds-v0/.tmpj8fibk/lib/python3.11/site-packages/wheel_stub/error.py", line 67, in report_install_failure
raise InstallFailedError(
wheel_stub.error.InstallFailedError:
*******************************************************************************
The installation of cugraph-cu12 for version 25.6.0 failed.
This is a special placeholder package which downloads a real wheel package
from https://pypi.nvidia.com/. If https://pypi.nvidia.com/ is not reachable, we
cannot download the real wheel file to install.
You might try installing this package via
```
$ pip install --extra-index-url https://pypi.nvidia.com/ cugraph-cu12
```
Here is some debug information about your platform to include in any bug
report:
Python Version: CPython 3.11.11
Operating System: Darwin 24.6.0
CPU Architecture: arm64
nvidia-smi command not found. Ensure NVIDIA drivers are installed.
*******************************************************************************
hint: This usually indicates a problem with the package or the build environment.
help: `cugraph-cu12` (v25.6.0) was included because `ray-curator[all]` (v0.1.0) depends on `cugraph-cu12>=25.6.dev0, <25.7.dev0`
Signed-off-by: Lawrence Lane <[email protected]>
Signed-off-by: Lawrence Lane <[email protected]>
Signed-off-by: Lawrence Lane <[email protected]>
Signed-off-by: Lawrence Lane <[email protected]>
Hi, please target |
We've been asked to standardize our docs build command to be:
However, I need help setting this up. Right now, I get the following error: