nikigoli commited on
Commit
1971e7f
1 Parent(s): a3ada88

Trying converting egg file to wheel and then installing

Browse files
Files changed (1) hide show
  1. build_ops.sh +2 -1
build_ops.sh CHANGED
@@ -5,7 +5,8 @@
5
  #DEBIAN_FRONTEND=noninteractive add-apt-repository contrib
6
  #DEBIAN_FRONTEND=noninteractive apt-get update
7
  #DEBIAN_FRONTEND=noninteractive apt-get -y install cuda
8
- wheel convert ./
 
9
  echo $CUDA_PATH
10
  echo $LD_LIBRARY_PATH
11
  echo $PATH
 
5
  #DEBIAN_FRONTEND=noninteractive add-apt-repository contrib
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-py3.9-linux-x86_64.whl
10
  echo $CUDA_PATH
11
  echo $LD_LIBRARY_PATH
12
  echo $PATH