From 2adb8392957ff7f7e1651079f6a72cdc889fb339 Mon Sep 17 00:00:00 2001 From: yuruo Date: Tue, 4 Mar 2025 11:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f01866..cf5a821 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ pip install -r requirements.txt python main.py ``` -## 问题 -可以通过`pip list`查看pytorch版本,然后从[官网]([官网](https://pytorch.org/get-started/locally/)查看支持的cuda版本。如果cuda不匹配就无法使用GPU,这会导致运行过程非常卡。 +然后浏览器打开`http://localhost:7888/`,输入你的API KEY、Base URL等基本信息。大模型建议使用gpt-4o。 +## 问题 +可以通过`pip list`查看pytorch版本,然后从[官网]([官网](https://pytorch.org/get-started/locally/)查看支持的cuda版本。如果cuda不匹配就无法使用GPU,这会导致运行过程非常卡。比如如果`pip list`查看的 torch 版本为 2.6.0,那么它只支持cuda版本为11.8、12.4和12.6,请升级或者降级你的cuda版本到这几个版本。 ## 🤝 参与共建