Skip to content

Commit

Permalink
Update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Oct 26, 2024
1 parent 422c7e3 commit a0092ad
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@ Since `copy_tensor_with_assertion` does additional GPU-CPU transfer internally,


## Installation
Your macine needs to install `nvcc` to compile a native code.
### Python 3.10.x
You can install pre-built package.
```
pip install git+https://github.com/takuseno/tensor-bridge
pip install tensor-bridge
```
Pre-built package release is in progress.

### Other Python version
Your macine needs to install `nvcc` to compile a native code and `Cython` to compile `.pyx` files.
```
pip install Cython==0.29.36
pip install tensor-bridge
```
Pre-built packages for other Python versions are in progress.


## Unit test
Expand Down

0 comments on commit a0092ad

Please sign in to comment.