kz-transformers commited on
Commit
1328b2d
·
verified ·
1 Parent(s): 3ba8bcb

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +0 -4
src/display/about.py CHANGED
@@ -29,8 +29,6 @@ To install the necessary library, run the following command:
29
  ```bash
30
  git clone --depth 1 https://github.com/horde-research/lm-evaluation-harness-kk.git
31
  cd lm-evaluation-harness-kk
32
- python3 -m venv .venv
33
- source .venv/bin/activate
34
  pip install -e .
35
  ```
36
  ### Execution
@@ -67,8 +65,6 @@ Kaz LLM – бұл төмендегі тақырыптар бойынша көп
67
  ```bash
68
  git clone --depth 1 https://github.com/horde-research/lm-evaluation-harness-kk.git
69
  cd lm-evaluation-harness-kk
70
- python3 -m venv .venv
71
- source .venv/bin/activate
72
  pip install -e .
73
  ```
74
 
 
29
  ```bash
30
  git clone --depth 1 https://github.com/horde-research/lm-evaluation-harness-kk.git
31
  cd lm-evaluation-harness-kk
 
 
32
  pip install -e .
33
  ```
34
  ### Execution
 
65
  ```bash
66
  git clone --depth 1 https://github.com/horde-research/lm-evaluation-harness-kk.git
67
  cd lm-evaluation-harness-kk
 
 
68
  pip install -e .
69
  ```
70