Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzexi committed Jun 15, 2021
1 parent cf445eb commit d59ee1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 146 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ cache:

jobs:
include:
- name: "CUDA 10.0 + TRT 7.0 + Torch 1.3"
- name: "CUDA 10.0 + TRT 7.0 + Torch 1.7"
env:
- CUDA=10.0.130-1
- CUDA_SHORT=10.0
- CUDNN_MAJOR=7
- CUDNN=7.6.5.*
- TENSORRT=7.0.0
- UBUNTU_VERSION=ubuntu1804
- TORCH=1.3.1
- name: "CUDA 10.2 + TRT 7.2 + Torch 1.7"
- TORCH=1.7.0
- name: "CUDA 10.2 + TRT 7.2 + Torch 1.8"
env:
- CUDA=10.2.89-1
- CUDA_SHORT=10.2
- CUDNN_MAJOR=8
- CUDNN=8.0.4.*
- TENSORRT=7.2.3
- UBUNTU_VERSION=ubuntu1804
- TORCH=1.7.0
- TORCH=1.8.0

before_install:
- INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb
Expand Down
141 changes: 1 addition & 140 deletions README.md
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Forward 的环境依赖如下:
- TensorRT >= 7.0.0.11, (推荐 TensorRT-7.2.1.6)
- CMake >= 3.12.2
- GCC >= 5.4.0, ld >= 2.26.1
- (Pytorch) pytorch == 1.3.1 或 pytorch == 1.7.1
- (Tensorflow) TensorFlow == 1.15.0 (linux 需额外下载【[Tensorflow 1.15.0](https://github.com/neargye-forks/tensorflow/releases)】,将解压出来的 so 拷贝至 source/third_party/tensorflow/lib 目录下)
- (Pytorch) pytorch >= 1.7.1
- (Tensorflow) TensorFlow >= 1.15.0 (linux 需额外下载【[Tensorflow 1.15.0](https://github.com/neargye-forks/tensorflow/releases)】,将解压出来的 so 拷贝至 source/third_party/tensorflow/lib 目录下)
- (Keras) HDF 5 (从 `source/third_party/hdf5` 源码构建)

### 项目构建
Expand Down

0 comments on commit d59ee1c

Please sign in to comment.