Safetensors
llama
JoyYizhu commited on
Commit
f1841dd
·
verified ·
1 Parent(s): 6b8f734

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -22,17 +22,11 @@ Codes: https://github.com/yizhu-joy/DataFilter
22
  ```bash
23
  conda create -n py312vllm python=3.12
24
  conda activate py312vllm
25
- pip install vllm pandas 'accelerate>=0.26.0' deepspeed datasets==2.20.0
26
  git clone https://github.com/yizhu-joy/DataFilter.git
27
  cd DataFilter
28
  ```
29
 
30
- ### Download DataFilter Model
31
- ```bash
32
- git lfs install
33
- git clone https://huggingface.co/JoyYizhu/DataFilter models/DataFilter
34
- ```
35
-
36
  ### Run DataFilter Inference demo:
37
  ```bash
38
  python filter_inference.py
 
22
  ```bash
23
  conda create -n py312vllm python=3.12
24
  conda activate py312vllm
25
+ pip install vllm pandas 'accelerate>=0.26.0'
26
  git clone https://github.com/yizhu-joy/DataFilter.git
27
  cd DataFilter
28
  ```
29
 
 
 
 
 
 
 
30
  ### Run DataFilter Inference demo:
31
  ```bash
32
  python filter_inference.py