Skip to content

Commit

Permalink
Fix hf_opt_multinode_jax test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pziecina-nv committed Nov 17, 2023
1 parent 41133b1 commit 8448f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/huggingface_opt_multinode_jax/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,4 +16,4 @@ set -xe

# Use 0.4.14 raises error
pip install --upgrade "jax[cuda12_pip]!=0.4.14" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install --upgrade flax omegaconf sacrebleu SentencePiece tokenizers transformers>=4.26
pip install --upgrade flax omegaconf sacrebleu SentencePiece tokenizers "transformers>=4.26"

0 comments on commit 8448f98

Please sign in to comment.