Skip to content

Commit

Permalink
Merge pull request #530 from argonne-lcf/feature/Groq_update_conda_en…
Browse files Browse the repository at this point in the history
…v_creation

Make sure an older datasets package (datasets==2.21.0) is installed.
  • Loading branch information
felker authored Nov 7, 2024
2 parents c18975f + ce48e9d commit 6ce1a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ai-testbed/groq/virtual-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [ -d "groqflow_demo_helpers.egg-info" ]; then rm -r groqflow_demo_helpers.egg
pip install -e .
popd
pip install soundfile
pip install datasets==2.21.0
```

Note: if you encounter problems trying to update an existing groqflow conda environment, consider removing the existing environment with the following command, and recreating it. Make sure you deactivate the environment before removing it.
Expand Down

0 comments on commit 6ce1a9e

Please sign in to comment.