Преглед изворни кода

Change DLLogger installation source

Andrei Shumak пре 4 година
родитељ
комит
3a8068b651
25 измењених фајлова са 18 додато и 30 уклоњено
  1. 1 1
      MxNet/Classification/RN50v1.5/requirements.txt
  2. 0 1
      PyTorch/Classification/ConvNets/Dockerfile
  3. 1 1
      PyTorch/Classification/ConvNets/requirements.txt
  4. 0 1
      PyTorch/Classification/ConvNets/triton/resnet50/Dockerfile
  5. 0 2
      PyTorch/Forecasting/TFT/Dockerfile
  6. 1 1
      PyTorch/Forecasting/TFT/requirements.txt
  7. 1 1
      PyTorch/LanguageModeling/Transformer-XL/Dockerfile
  8. 0 1
      PyTorch/Segmentation/nnUNet/Dockerfile
  9. 0 1
      PyTorch/Segmentation/nnUNet/Dockerfile-Triton
  10. 1 1
      PyTorch/SpeechRecognition/Jasper/requirements.txt
  11. 1 1
      PyTorch/SpeechRecognition/QuartzNet/requirements.txt
  12. 1 1
      PyTorch/SpeechSynthesis/FastPitch/requirements.txt
  13. 1 1
      PyTorch/SpeechSynthesis/Tacotron2/requirements.txt
  14. 1 1
      PyTorch/Translation/GNMT/Dockerfile
  15. 1 1
      PyTorch/Translation/GNMT/requirements.txt
  16. 1 2
      PyTorch/Translation/Transformer/Dockerfile
  17. 0 2
      TensorFlow/Recommendation/WideAndDeep/Dockerfile
  18. 1 1
      TensorFlow/Recommendation/WideAndDeep/requirements.txt
  19. 1 2
      TensorFlow/Segmentation/UNet_3D_Medical/Dockerfile
  20. 1 1
      TensorFlow/Segmentation/UNet_Industrial/requirements.txt
  21. 1 1
      TensorFlow/Segmentation/VNet/requirements.txt
  22. 1 1
      TensorFlow/Translation/GNMT/requirements.txt
  23. 0 1
      TensorFlow2/Recommendation/WideAndDeep/Dockerfile
  24. 1 1
      TensorFlow2/Recommendation/WideAndDeep/requirements.txt
  25. 1 2
      Tools/PyTorch/TimeSeriesPredictionPlatform/Dockerfile

+ 1 - 1
MxNet/Classification/RN50v1.5/requirements.txt

@@ -1 +1 @@
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 0 - 1
PyTorch/Classification/ConvNets/Dockerfile

@@ -3,7 +3,6 @@ FROM ${FROM_IMAGE_NAME}
 
 ADD requirements.txt /workspace/
 WORKDIR /workspace/
-RUN pip install nvidia-pyindex
 RUN pip install --no-cache-dir -r requirements.txt
 ADD . /workspace/rn50
 WORKDIR /workspace/rn50

+ 1 - 1
PyTorch/Classification/ConvNets/requirements.txt

@@ -1,2 +1,2 @@
-nvidia-dllogger==0.1.0
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger
 pynvml==11.0.0

+ 0 - 1
PyTorch/Classification/ConvNets/triton/resnet50/Dockerfile

@@ -18,7 +18,6 @@ ENV LD_LIBRARY_PATH /workspace/install/lib:${LD_LIBRARY_PATH}
 ENV PYTHONPATH /workspace
 WORKDIR /workspace
 
-RUN pip install nvidia-pyindex
 ADD requirements.txt /workspace/requirements.txt
 ADD triton/requirements.txt /workspace/triton/requirements.txt
 RUN pip install -r /workspace/requirements.txt

+ 0 - 2
PyTorch/Forecasting/TFT/Dockerfile

@@ -24,8 +24,6 @@ RUN apt-get update && apt-get install -y \
 
 WORKDIR /workspace
 
-RUN pip install --no-cache-dir nvidia-pyindex
-
 COPY requirements.txt .
 
 RUN pip uninstall -y typing && \

+ 1 - 1
PyTorch/Forecasting/TFT/requirements.txt

@@ -1,3 +1,3 @@
-nvidia-dllogger==0.1.0
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger
 pandas==1.3.4
 pynvml==11.0.0

+ 1 - 1
PyTorch/LanguageModeling/Transformer-XL/Dockerfile

@@ -18,7 +18,7 @@ FROM ${FROM_IMAGE_NAME}
 ENV LANG C.UTF-8
 ENV LC_ALL C.UTF-8
 
-RUN pip install --global-option="--cpp_ext" --global-option="--cuda_ext" git+git://github.com/NVIDIA/apex.git#egg=apex
+RUN pip install --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex.git#egg=apex
 
 WORKDIR /workspace/transformer-xl/pytorch
 

+ 0 - 1
PyTorch/Segmentation/nnUNet/Dockerfile

@@ -1,7 +1,6 @@
 ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:21.11-py3
 FROM ${FROM_IMAGE_NAME} 
 
-RUN pip install nvidia-pyindex
 ADD ./requirements.txt .
 RUN pip install --disable-pip-version-check -r requirements.txt
 RUN pip install monai==0.8.0 --no-dependencies

+ 0 - 1
PyTorch/Segmentation/nnUNet/Dockerfile-Triton

@@ -1,7 +1,6 @@
 ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:21.11-py3
 FROM ${FROM_IMAGE_NAME} 
 
-RUN pip install nvidia-pyindex
 ADD ./triton/requirements.txt .
 RUN pip install --disable-pip-version-check -r requirements.txt
 RUN apt-get update && apt-get install -y libb64-dev libb64-0d

+ 1 - 1
PyTorch/SpeechRecognition/Jasper/requirements.txt

@@ -7,4 +7,4 @@ pyyaml>=5.4
 soundfile
 sox==1.4.1
 tqdm==4.53.0
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 1 - 1
PyTorch/SpeechRecognition/QuartzNet/requirements.txt

@@ -7,4 +7,4 @@ pyyaml>=5.4
 soundfile
 sox==1.4.1
 tqdm==4.53.0
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 1 - 1
PyTorch/SpeechSynthesis/FastPitch/requirements.txt

@@ -4,4 +4,4 @@ inflect
 librosa==0.8.0
 scipy
 tensorboardX==2.0
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 1 - 1
PyTorch/SpeechSynthesis/Tacotron2/requirements.txt

@@ -3,4 +3,4 @@ numpy
 inflect
 librosa
 scipy
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 1 - 1
PyTorch/Translation/GNMT/Dockerfile

@@ -24,7 +24,7 @@ FROM ${FROM_IMAGE_NAME}
 ENV LANG C.UTF-8
 ENV LC_ALL C.UTF-8
 
-RUN pip install --global-option="--cpp_ext" --global-option="--cuda_ext" git+git://github.com/NVIDIA/apex.git#egg=apex
+RUN pip install --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex.git#egg=apex
 
 WORKDIR /workspace/gnmt
 

+ 1 - 1
PyTorch/Translation/GNMT/requirements.txt

@@ -2,4 +2,4 @@ pytablewriter==0.64.0
 sacrebleu==1.2.10
 sacremoses==0.0.19
 pynvml==8.0.4
-git+git://github.com/rsennrich/subword-nmt.git@48ba99e657591c329e0003f0c6e32e493fa959ef
+git+https://github.com/rsennrich/subword-nmt.git@48ba99e657591c329e0003f0c6e32e493fa959ef

+ 1 - 2
PyTorch/Translation/Transformer/Dockerfile

@@ -44,5 +44,4 @@ RUN git clone https://github.com/rsennrich/subword-nmt.git /workspace/translatio
 RUN git clone https://github.com/NVIDIA/cutlass.git && cd cutlass && git checkout ed2ed4d6 && cd ..
 COPY . .
 RUN pip install -e .
-RUN pip install nvidia-pyindex
-RUN pip install nvidia-dllogger
+RUN pip install git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 0 - 2
TensorFlow/Recommendation/WideAndDeep/Dockerfile

@@ -39,8 +39,6 @@ ENV SPARK_HOME /usr/local/spark
 ENV PYTHONPATH $SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.7-src.zip
 ENV SPARK_OPTS --driver-java-options=-Xms1024M --driver-java-options=-Xmx4096M --driver-java-options=-Dlog4j.logLevel=info
 
-RUN pip install --no-cache-dir nvidia-pyindex
-
 COPY requirements* ./
 RUN pip install --no-cache-dir -r requirements.txt
 RUN pip install --no-cache-dir --no-deps -r requirements-no-deps.txt

+ 1 - 1
TensorFlow/Recommendation/WideAndDeep/requirements.txt

@@ -1,3 +1,3 @@
-nvidia-dllogger==0.1.0
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger
 ipdb==0.13.9
 pyspark==2.3.1

+ 1 - 2
TensorFlow/Segmentation/UNet_3D_Medical/Dockerfile

@@ -4,8 +4,7 @@ FROM ${FROM_IMAGE_NAME}
 ADD . /workspace/unet3d
 WORKDIR /workspace/unet3d
 
-RUN pip install nvidia-pyindex
-RUN pip install nvidia-dllogger==0.1.0
+RUN pip install git+https://github.com/NVIDIA/[email protected]#egg=dllogger
 RUN pip install --disable-pip-version-check -r requirements.txt
 
 ENV TF_GPU_HOST_MEM_LIMIT_IN_MB=120000

+ 1 - 1
TensorFlow/Segmentation/UNet_Industrial/requirements.txt

@@ -1 +1 @@
-git+git://github.com/NVIDIA/dllogger#egg=dllogger
+git+https://github.com/NVIDIA/dllogger#egg=dllogger

+ 1 - 1
TensorFlow/Segmentation/VNet/requirements.txt

@@ -2,4 +2,4 @@ SimpleITK==1.1.0
 requests
 googledrivedownloader
 tf2onnx
-git+git://github.com/NVIDIA/dllogger#egg=dllogger
+git+https://github.com/NVIDIA/dllogger#egg=dllogger

+ 1 - 1
TensorFlow/Translation/GNMT/requirements.txt

@@ -1,2 +1,2 @@
 sacrebleu==1.2.10
-git+git://github.com/NVIDIA/dllogger.git@26a0f8f1958de2c0c460925ff6102a4d2486d6cc#egg=dllogger
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 0 - 1
TensorFlow2/Recommendation/WideAndDeep/Dockerfile

@@ -20,7 +20,6 @@ ENV HOROVOD_CYCLE_TIME=0.1
 ENV HOROVOD_FUSION_THRESHOLD=67108864
 ENV HOROVOD_NUM_STREAMS=2
 
-RUN pip install --no-cache-dir nvidia-pyindex
 ADD requirements.txt .
 RUN pip install --no-cache-dir -r requirements.txt
 

+ 1 - 1
TensorFlow2/Recommendation/WideAndDeep/requirements.txt

@@ -1 +1 @@
-nvidia-dllogger==0.1.0
+git+https://github.com/NVIDIA/[email protected]#egg=dllogger

+ 1 - 2
Tools/PyTorch/TimeSeriesPredictionPlatform/Dockerfile

@@ -44,8 +44,7 @@ ADD requirements.txt /workspace/requirements.txt
 ADD triton/requirements.txt /workspace/triton/requirements.txt
 RUN pip install -r /workspace/requirements.txt
 RUN pip install -r /workspace/triton/requirements.txt
-RUN pip install nvidia-pyindex
-RUN pip install nvidia-dllogger
+RUN pip install git+https://github.com/NVIDIA/dllogger#egg=dllogger
 RUN pip install --no-cache-dir -r requirements.txt -f https://data.dgl.ai/wheels/repo.html
 
 # Add model files to workspace