From 51dd31aa0eda7208de14872b246e7cab65b3b33c Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 18 May 2023 17:45:36 +0800 Subject: [PATCH] docs: readme update --- README.md | 7 ----- README.zh.md | 5 ---- environment.yml | 68 ------------------------------------------------- 3 files changed, 80 deletions(-) delete mode 100644 environment.yml diff --git a/README.md b/README.md index c74a120ec..54a8d0de7 100644 --- a/README.md +++ b/README.md @@ -153,13 +153,6 @@ conda create -n dbgpt_env python=3.10 conda activate dbgpt_env pip install -r requirements.txt ``` -Alternatively, you can use the following command: -``` -cd DB-GPT -conda env create -f environment.yml -``` - -Notice: You need replace the path to your owner. ### 3. Run You can refer to this document to obtain the Vicuna weights: [Vicuna](https://github.com/lm-sys/FastChat/blob/main/README.md#model-weights) . diff --git a/README.zh.md b/README.zh.md index c786cfe35..7063dddb3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -151,11 +151,6 @@ conda create -n dbgpt_env python=3.10 conda activate dbgpt_env pip install -r requirements.txt -``` -或者也可以使用命令: -``` -cd DB-GPT -conda env create -f environment.yml ``` ### 3. 运行大模型 diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 99959ec5f..000000000 --- a/environment.yml +++ /dev/null @@ -1,68 +0,0 @@ -name: db_pgt -channels: - - pytorch - - defaults - - anaconda -dependencies: - - python=3.10 - - cudatoolkit - - pip - - pytorch-mutex=1.0=cuda - - pip: - - pytorch - - accelerate==0.16.0 - - aiohttp==3.8.4 - - aiosignal==1.3.1 - - async-timeout==4.0.2 - - attrs==22.2.0 - - bitsandbytes==0.37.0 - - cchardet==2.1.7 - - chardet==5.1.0 - - contourpy==1.0.7 - - cycler==0.11.0 - - filelock==3.9.0 - - fonttools==4.38.0 - - frozenlist==1.3.3 - - huggingface-hub==0.13.4 - - importlib-resources==5.12.0 - - kiwisolver==1.4.4 - - matplotlib==3.7.0 - - multidict==6.0.4 - - packaging==23.0 - - psutil==5.9.4 - - pycocotools==2.0.6 - - pyparsing==3.0.9 - - python-dateutil==2.8.2 - - pyyaml==6.0 - - regex==2022.10.31 - - tokenizers==0.13.2 - - tqdm==4.64.1 - - transformers==4.28.0 - - timm==0.6.13 - - spacy==3.5.1 - - webdataset==0.2.48 - - scikit-learn==1.2.2 - - scipy==1.10.1 - - yarl==1.8.2 - - zipp==3.14.0 - - omegaconf==2.3.0 - - opencv-python==4.7.0.72 - - iopath==0.1.10 - - tenacity==8.2.2 - - peft - - pycocoevalcap - - sentence-transformers - - umap-learn - - notebook - - gradio==3.23 - - gradio-client==0.0.8 - - wandb - - llama-index==0.5.27 - - pymysql - - unstructured==0.6.3 - - pytesseract==0.3.10 - - markdown2 - - chromadb - - colorama - - playsound - - distro \ No newline at end of file