Gave wheel direct path
Browse files- build_ops.sh +1 -1
build_ops.sh
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
#DEBIAN_FRONTEND=noninteractive apt-get update
|
| 7 |
#DEBIAN_FRONTEND=noninteractive apt-get -y install cuda
|
| 8 |
#wheel convert ./MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg
|
| 9 |
-
pip install MultiScaleDeformableAttention-1.0-py39-cp39-linux_x86_64.whl
|
| 10 |
echo $CUDA_PATH
|
| 11 |
echo $LD_LIBRARY_PATH
|
| 12 |
echo $PATH
|
|
|
|
| 6 |
#DEBIAN_FRONTEND=noninteractive apt-get update
|
| 7 |
#DEBIAN_FRONTEND=noninteractive apt-get -y install cuda
|
| 8 |
#wheel convert ./MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg
|
| 9 |
+
pip install ./MultiScaleDeformableAttention-1.0-py39-cp39-linux_x86_64.whl
|
| 10 |
echo $CUDA_PATH
|
| 11 |
echo $LD_LIBRARY_PATH
|
| 12 |
echo $PATH
|