Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 503 Bytes

File metadata and controls

19 lines (15 loc) · 503 Bytes

Installation

We build up our code repo based on this URL.

Please use separate environments for response generation and classification.

  1. Setup for Response Generation
conda create -n generation python=3.9 -y
conda activate generation
pip install vllm==0.6.3.post1 datasets==3.2.0 openai 
  1. Setup for Classification
conda create -n classification python=3.9 -y
conda activate classification
pip install llm2vec==0.2.3 tensorboard