Skip to content

Commit

Permalink
update fastertransformer to cu117 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored Feb 6, 2023
1 parent 8c60796 commit 47d1352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serving/docker/fastertransformer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# or in the "LICENSE.txt" file accompanying this file. This file is distributed on an "AS IS"
# BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for
# the specific language governing permissions and limitations under the License.
ARG version=11.6.1-cudnn8-devel-ubuntu20.04
ARG version=11.7.1-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:$version
ARG djl_version=0.21.0~SNAPSHOT
ARG ft_version="release/v5.3_tag"
ARG torch_wheel="https://aws-pytorch-unified-cicd-binaries.s3.us-west-2.amazonaws.com/r1.12.1_ec2/20221208-234008/d3dae914337cde7e182d28544aed5efce29255c4/torch-1.12.1%2Bcu116-cp38-cp38-linux_x86_64.whl"
ARG torch_wheel="https://aws-pytorch-unified-cicd-binaries.s3.us-west-2.amazonaws.com/r1.13.1_ec2/20221219-193736/54406b8eed7fbd61be629cb06229dfb7b6b2954e/torch-1.13.1%2Bcu117-cp39-cp39-linux_x86_64.whl"
ARG ompi_version=4.1.4
ARG transformers_version=4.25.1
ARG accelerate_version=0.15.0
Expand Down

0 comments on commit 47d1352

Please sign in to comment.