Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/about.py
Browse files- 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 |
|