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

Try github action #1896

Closed
wants to merge 1 commit into from
Closed

Try github action #1896

wants to merge 1 commit into from

Conversation

bottler
Copy link
Contributor

@bottler bottler commented Oct 15, 2024

No description provided.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 15, 2024
@bottler
Copy link
Contributor Author

bottler commented Oct 29, 2024

Best tries so far.

(1) At "conda run" I try a normal conda build. There's a problem with mkl libs which I don't understand. Namely when setup.py imports torch

    self._handle = _dlopen(self._name, mode)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: libmkl_intel_lp64.so.2: cannot open shared object file: No such file or directory

(2) At "login shell" I have an imitation of the xformers build process, using a manually installed miniconda, and a simple build of pytorch3d. The tests fail because pytorch3d wasn't built with GPU support, which happens because CUDA_HOME was not set, and I have no idea what it should be set to.

@facebook-github-bot
Copy link
Contributor

@bottler has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

bottler added a commit that referenced this pull request Oct 31, 2024
Summary: Pull Request resolved: #1896

Differential Revision: D65272512

Pulled By: bottler
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65272512

facebook-github-bot pushed a commit that referenced this pull request Oct 31, 2024
Summary: Pull Request resolved: #1896

Differential Revision: D65272512

Pulled By: bottler
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65272512

facebook-github-bot pushed a commit that referenced this pull request Oct 31, 2024
Summary: Pull Request resolved: #1896

Differential Revision: D65272512

Pulled By: bottler
@facebook-github-bot
Copy link
Contributor

@bottler has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65272512

Summary: Pull Request resolved: #1896

Differential Revision: D65272512

Pulled By: bottler
@facebook-github-bot
Copy link
Contributor

@bottler has updated the pull request. You must reimport the pull request before landing.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65272512

@facebook-github-bot
Copy link
Contributor

@bottler merged this pull request in c434957.

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 Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants