EasyEdit
  • ✨Overview
  • 🔧Installation
  • PACKAGE
    • Editor
    • Hparams
    • Models
      • IKE
      • KN
      • MEMIT
      • SERAC
      • ROME
      • MEND
    • Evaluate
    • Trainer
Powered by GitBook
On this page

Installation

PreviousOverviewNextPACKAGE

Last updated 1 year ago

🔧Pip Installation

Note: Please use Python 3.9+ for EasyEdit To get started, simply install conda and run:

git clone https://github.com/zjunlp/EasyEdit.git
conda create -n EasyEdit python=3.9.7
...
pip install -r requirements.txt

🐳Docker Installation

We packaged the environment, you can download Docker from .

Pull the Docker image from Docker Hub or Aliyun:

docker pull nipelements/easyedit
docker pull registry.cn-hangzhou.aliyuncs.com/zjunlp/easyedit:v1

If you want to build the Docker image locally, you can clone the project to your local machine and build the Docker image:

git clone https://github.com/zjunlp/EasyEdit.git
cd EasyEdit
docker build -t your-image-name .

Then run the Docker image as a container:

docker run -p 8080:80 your-image-name
🔧
this link