hardware requirement
- 推荐使用配备H100 GPU(显存超过80GB)的电脑以获得最佳性能
- 需要联网环境
Installation steps
- 安装Python 3.8或更高版本
- 确保已安装Git
- 安装ToolUniverse:
通过终端输入:
git clone https://github.com/mims-harvard/ToolUniverse.git
cd ToolUniverse
python -m pip install . –no-cache-dir - 安装TxAgent:
通过终端输入:
git clone https://github.com/mims-harvard/TxAgent.git
cd TxAgent
python -m pip install . –no-cache-dir
- 安装ToolUniverse:
- 从HuggingFace下载预训练模型权重文件
- 将模型文件放入TxAgent项目目录
running mode
可选择通过命令行执行示例代码或启动Gradio交互界面。
This answer comes from the articleTxAgent: the AI tool that helps doctors analyze drug effects and treatment optionsThe