Up to 2.1.0 - #194
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the latest rerendering GitHub actions workflow run for errors. You can also ping conda-forge/core for further assistance or try re-rendering locally. This message was generated by GitHub actions workflow run https://github.com/conda-forge/pytorch-cpu-feedstock/actions/runs/6639916701. |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Some builds fail when testing with: import: 'torch'
Traceback (most recent call last):
File "/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406509295/test_tmp/run_test.py", line 2, in <module>
import torch
File "/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406509295/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.8/site-packages/torch/__init__.py", line 234, in <module>
_load_global_deps()
File "/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406509295/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.8/site-packages/torch/__init__.py", line 193, in _load_global_deps
raise err
File "/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406509295/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.8/site-packages/torch/__init__.py", line 174, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406509295/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.8/ctypes/__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libmkl_intel_lp64.so.2: cannot open shared object file: No such file or directoryOthers also fail when testing with: import: 'torch'
import: 'torch'
+ OMP_NUM_THREADS=4
+ python ./test/run_test.py
/home/conda/feedstock_root/build_artifacts/pytorch-recipe_1698406493308/test_tmp/./test/run_test.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Ignoring disabled issues: ['']
Unable to import boto3. Will not be emitting metrics.... Reason: No module named 'boto3'
Missing pip dependency: pytest-rerunfailures, please run `pip install -r .ci/docker/requirements-ci.txt`
+ true
+ pip check
torch 2.1.0 requires fsspec, which is not installed.
Tests failed for pytorch-2.1.0-cpu_generic_py310hefbe716_0.conda - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING:conda_build.build:Tests failed for pytorch-2.1.0-cpu_generic_py310hefbe716_0.conda - moving package to /home/conda/feedstock_root/build_artifacts/broken
TESTS FAILED: pytorch-2.1.0-cpu_generic_py310hefbe716_0.conda
##[error]Bash exited with code '1'.
Finishing: Run docker buildI added fsspec as a run dep, not sure what to do about the mkl library... |
|
you might need a patch : |
|
Related pytorch/pytorch#100618 |
|
As part of my review, I was looking for: |
|
@conda-forge-admin please rerender |
…nda-forge-pinning 2023.10.28.13.26.14
|
@conda-forge-admin please rerender |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/pytorch-cpu-feedstock/actions/runs/6677951260. |
| done | ||
| unset CMAKE_INSTALL_PREFIX | ||
| export TH_BINARY_BUILD=1 | ||
| # export TH_BINARY_BUILD=1 |
There was a problem hiding this comment.
I understand that openblas is not being found, but i'm unsure why there are some seemingly unrelated changes in the build script.
There was a problem hiding this comment.
I just wanted to make sure builds were not failing because of some of these options in the build script. I started by removing them and then add them back when required.
…nda-forge-pinning 2023.10.28.13.26.14
…nda-forge-pinning 2023.10.28.13.26.14
|
sorry for the all the noise. i'm going to try a few things in: #196 |
Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
|
I'm really kot sure what the difference between the two PRs is. I mostly just untabbed everything so I can test locally |
Remove sleef and libuv in osx
…nda-forge-pinning 2023.10.30.10.19.43
|
Now that PR ( #199 ) is in, should we close this? |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)I tried to follow the build instructions in pytorch for this one: https://github.com/pytorch/pytorch#from-source