hardware requirement
- PCs with H100 GPUs (with more than 80GB of video memory) are recommended for optimal performance
- Requires a networked environment
Installation steps
- Installing Python 3.8 or later
- Make sure Git is installed
- Install ToolUniverse:
Entered through the terminal:
git clone https://github.com/mims-harvard/ToolUniverse.git
cd ToolUniverse
python -m pip install . -no-cache-dir - Install TxAgent:
Entered through the terminal:
git clone https://github.com/mims-harvard/TxAgent.git
cd TxAgent
python -m pip install . -no-cache-dir
- Install ToolUniverse:
- Download pre-trained model weights file from HuggingFace
- Place the model file in the TxAgent project directory
running mode
Optionally, you can execute the sample code via the command line or launch the Gradio interactive interface.
This answer comes from the articleTxAgent: the AI tool that helps doctors analyze drug effects and treatment optionsThe































