Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 31, 2024
1 parent 9c82975 commit 983df99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requires-python = ">=3.8"
license = { file = "LICENSE" }
dependencies = [
"numpy",
"torch>=2.0",
"torch>=2.0,<2.2",
"omegaconf",
"rich",
"boto3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/beaker/beaker_interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ gh repo clone allenai/LLM
cd LLM

# Install other dependencies.
pip install -e '.[dev]'
pip install -e '.[all]'
2 changes: 1 addition & 1 deletion scripts/test_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git checkout --quiet "$COMMIT_SHA"

# Install dependencies.
pip install --upgrade pip
pip install --no-cache-dir '.[dev]'
pip install --no-cache-dir '.[all]'

# Create directory for results.
mkdir -p /results
Expand Down

0 comments on commit 983df99

Please sign in to comment.