Commit 19c825cf authored by gushiqiao's avatar gushiqiao
Browse files

Update windows docs

parent 04e3908d
......@@ -123,17 +123,7 @@ pip install sageattention-2.1.1+cu126torch2.6.0-cp312-cp312-win_amd64.whl
After installation, we recommend running a verification script to ensure proper functionality:
```bash
# Download and run test script
python -c "
import torch
import sageattention
print('✅ SageAttention installed successfully!')
print(f'Version: {sageattention.__version__ if hasattr(sageattention, \"__version__\") else \"Unknown\"}')
"
```
> 📝 **Extended Testing**: You can also run the [test script](https://github.com/woct0rdho/SageAttention/blob/main/tests/test_sageattn.py) for more detailed functionality verification.
> 📝 **Testing**: You can also run the [official test script](https://github.com/woct0rdho/SageAttention/blob/main/tests/test_sageattn.py) for more detailed functionality verification.
### Step 6: Get LightX2V Project Code
......
......@@ -121,19 +121,7 @@ pip install sageattention-2.1.1+cu126torch2.6.0-cp312-cp312-win_amd64.whl
**验证SageAttention安装:**
安装完成后,建议运行测试脚本验证功能是否正常:
```bash
# 下载并运行测试脚本
python -c "
import torch
import sageattention
print('✅ SageAttention安装成功!')
print(f'版本: {sageattention.__version__ if hasattr(sageattention, \"__version__\") else \"未知\"}')
"
```
> 📝 **扩展测试**: 您也可以运行[测试脚本](https://github.com/woct0rdho/SageAttention/blob/main/tests/test_sageattn.py)进行更详细的功能验证。
> 📝 **测试**: 您也可以运行[测试脚本](https://github.com/woct0rdho/SageAttention/blob/main/tests/test_sageattn.py)进行更详细的功能验证。
### 步骤6:获取LightX2V项目代码
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment