You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:warning: Currently, this repository is under active development. Espeically, transfer between different layout of tensors are not implemented yet. I recommend to try `copy_tensor_with_assertion` before starting experiments. `copy_tensor_with_assertion` will raise an error if copy doesn't work.
25
+
:warning: Currently, this repository is under active development. Especially, transfer between different layout of tensors is not implemented yet. I recommend to try `copy_tensor_with_assertion` before starting experiments. `copy_tensor_with_assertion` will raise an error if copy doesn't work.
26
26
If `copy_tensor_with_assertion` raises an error, you need to force the tensor to be contiguous:
27
27
```py
28
28
# PyTorch example
@@ -49,10 +49,10 @@ Since `copy_tensor_with_assertion` does additional GPU-CPU transfer internally,
49
49
50
50
## Installation
51
51
### PyPI
52
-
If PyPi installation doesn't work, please try installation from source code.
52
+
If pip installation doesn't work, please try installation from source code.
53
53
54
54
#### Python 3.10.x
55
-
You can install pre-built package.
55
+
You can install a pre-built package.
56
56
```
57
57
pip install tensor-bridge
58
58
```
@@ -76,7 +76,7 @@ pip install -e .
76
76
```
77
77
78
78
## Unit test
79
-
You machine needs to install NVIDIA's GPU and nvidia-driver to execute tests.
79
+
Your machine needs to install NVIDIA's GPU and nvidia-driver to execute tests.
0 commit comments