Skip to content

Commit

Permalink
Update env.py (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored May 22, 2024
1 parent 1adf1e4 commit 42a97f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icefall/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_env_info() -> Dict[str, Any]:
"torch-version": str(torch.__version__),
"torch-cuda-available": torch.cuda.is_available(),
"torch-cuda-version": torch.version.cuda,
"python-version": sys.version[:3],
"python-version": ".".join(sys.version.split(".")[:2]),
"icefall-git-branch": get_git_branch_name(),
"icefall-git-sha1": get_git_sha1(),
"icefall-git-date": get_git_date(),
Expand Down

0 comments on commit 42a97f6

Please sign in to comment.