Skip to content

Commit

Permalink
fixed trilinear compilation error in PyTorch>1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-zhang-cs committed Feb 20, 2024
1 parent 8346f98 commit 990307e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

## Requirements

The main branch is built on the Linux system with **Python 3.8** and **PyTorch 1.10.1**. For other dependencies, please refer to [[conda_env]](https://github.com/bcmi/libcom/blob/main/requirements/libcom.yaml) and [[runtime_dependencies]](https://github.com/bcmi/libcom/blob/main/requirements/runtime.txt).
The main branch is built on the Linux system with **Python 3.8** and **PyTorch>=1.10.1**. For other dependencies, please refer to [[conda_env]](https://github.com/bcmi/libcom/blob/main/requirements/libcom.yaml) and [[runtime_dependencies]](https://github.com/bcmi/libcom/blob/main/requirements/runtime.txt).

## Get Started
Please refer to [[Installation]](https://github.com/bcmi/libcom/blob/main/docs/get_started.md) for installation instructions and [[documents]](https://libcom.readthedocs.io/en/latest/) for user guidance.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_ext_modules(cur_dir):
cur_dir = os.path.dirname(os.path.abspath(__file__))
setup(
name='libcom',
version='0.0.1.post9',
version='0.0.1.post10',
description='Image Composition Toolbox',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 990307e

Please sign in to comment.