From 9b852ebe25515e2b03070538bb5cd29bab7a6f71 Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Thu, 13 Feb 2025 01:01:41 +0800 Subject: [PATCH] [misc] update readme (#6918) Former-commit-id: 8956c93d9b05ee929fde2da0eb2365684c01f563 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3452a5c5..547c84c7 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Extra dependencies available: torch, torch-npu, metrics, deepspeed, liger-kernel
Setting up a virtual environment with uv -Create an isolated Python environment with uv: +Create an isolated Python environment with [uv](https://github.com/astral-sh/uv): ```bash uv sync --extra torch --extra metrics --prerelease=allow diff --git a/README_zh.md b/README_zh.md index ef36870a..c9064e90 100644 --- a/README_zh.md +++ b/README_zh.md @@ -440,7 +440,7 @@ pip install -e ".[torch,metrics]"
使用 uv 构建虚拟环境 -创建隔离的 Python 环境: +使用 [uv](https://github.com/astral-sh/uv) 创建隔离的 Python 环境: ```bash uv sync --extra torch --extra metrics --prerelease=allow