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

Enable README.md testing #1500

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Enable README.md testing #1500

wants to merge 3 commits into from

Conversation

mikekgfb
Copy link
Contributor

enable README testing

enable README testing
Copy link

pytorch-bot bot commented Feb 24, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchchat/1500

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 1 Unrelated Failure

As of commit 16adc6f with merge base e5cf6e5 (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Feb 24, 2025
@guangy10 guangy10 requested a review from Jack-Khuu February 26, 2025 19:00
@mikekgfb
Copy link
Contributor Author

mikekgfb commented Mar 4, 2025

@jerryzh168 please have a look at https://github.com/pytorch/torchchat/actions/runs/13502849440/job/37737567148?pr=1500 - fails during ao build?

        Emitting ninja build file /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/build.ninja...
        Compiling objects...
        Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
        [1/5] /usr/local/cuda-12.4/bin/nvcc --generate-dependencies-with-compile --dependency-output /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/torchao/csrc/cuda/fp6_llm/fp6_linear.o.d -I/opt/conda/lib/python3.11/site-packages/torch/include -I/opt/conda/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/usr/local/cuda-12.4/include -I/opt/conda/include/python3.11 -c -c /pytorch/torchchat/et-build/src/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/fp6_linear.cu -o /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/torchao/csrc/cuda/fp6_llm/fp6_linear.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -t=0 -DTORCHAO_USE_CUTLASS -I/pytorch/torchchat/et-build/src/executorch/third-party/ao/third_party/cutlass/include -DTORCH_API_INCLUDE_EXTENSION_H -DPy_LIMITED_API=0x03090000 -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
        FAILED: /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/torchao/csrc/cuda/fp6_llm/fp6_linear.o
        /usr/local/cuda-12.4/bin/nvcc --generate-dependencies-with-compile --dependency-output /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/torchao/csrc/cuda/fp6_llm/fp6_linear.o.d -I/opt/conda/lib/python3.11/site-packages/torch/include -I/opt/conda/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -I/usr/local/cuda-12.4/include -I/opt/conda/include/python3.11 -c -c /pytorch/torchchat/et-build/src/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/fp6_linear.cu -o /pytorch/torchchat/et-build/src/executorch/third-party/ao/build/temp.linux-x86_64-cpython-311/torchao/csrc/cuda/fp6_llm/fp6_linear.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O3 -t=0 -DTORCHAO_USE_CUTLASS -I/pytorch/torchchat/et-build/src/executorch/third-party/ao/third_party/cutlass/include -DTORCH_API_INCLUDE_EXTENSION_H -DPy_LIMITED_API=0x03090000 -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_86,code=compute_86 -gencode=arch=compute_86,code=sm_86 -std=c++17
        /opt/conda/lib/python3.11/site-packages/torch/include/pybind11/buffer_info.h(107): error: identifier "Py_buffer" is undefined
              explicit buffer_info(Py_buffer *view, bool ownview = true)
                                   ^
        
        /opt/conda/lib/python3.11/site-packages/torch/include/pybind11/buffer_info.h(153): error: identifier "Py_buffer" is undefined
              Py_buffer *view() const { return m_view; }
              ^
        
        /opt/conda/lib/python3.11/site-packages/torch/include/pybind11/buffer_info.h(154): error: identifier "Py_buffer" is undefined
              Py_buffer *&view() { return m_view; }
              ^
        

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants