Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to install and configure CAMEL-AI development environment locally?

2025-08-19 463
Link directMobile View
qrcode

The following steps need to be followed to install CAMEL-AI:

  1. Ensure that 64-bit Python version 3.10, 3.11 or 3.12 is installed on your system
  2. Create a virtual environment using conda:
    conda create --name camel_env python=3.10
    conda activate camel_env
  3. Clone the CAMEL repository:
    git clone https://github.com/camel-ai/camel.git
    cd camel
  4. Install dependencies:
    conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
    pip install -r requirements.txt
    pip install -e .

can be run for cases where model fine-tuning using QLoRA is required:
bash scripts/train_camel_qlora.sh

Finally, verify the installation by running the test command:
python -m camel_chat.serve.test_message --model-name /path/to/model

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish