8000 Update tools/README.md by popcornell · Pull Request #6030 · espnet/espnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update tools/README.md #6030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ setup_venv.sh # To generate activate_python.sh with venv of your python
```sh
# ./setup_miniforge.sh <conda-root|default="venv"> <env-name|default=root env> <python-version|default=latest python>
# e.g.
./setup_miniforge.sh miniconda espnet
./setup_miniforge.sh miniconda espnet 3.8
# If the conda-root already exists at the path, it tries to create in the conda
# ./setup_miniforge.sh /some/where/miniconda espnet
# ./setup_miniforge.sh /some/where/miniconda espnet 3.8

# make TH_VERSION=<torch-ver|default=latest torch>
# e.g.
Expand Down
Loading
0