mirror of
https://github.com/pese-git/simple-llm.git
synced 2026-01-23 21:14:17 +00:00
hotfix
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -214,3 +214,7 @@ trained_gpt_model.pt
|
|||||||
data/corpus/pushkin_poetry
|
data/corpus/pushkin_poetry
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
data/model/
|
||||||
|
data/tokenizer/
|
||||||
|
data/tokens/
|
||||||
@@ -30,6 +30,9 @@ source venv/bin/activate # Linux/Mac
|
|||||||
# 3. Установите зависимости
|
# 3. Установите зависимости
|
||||||
pip install torch==2.0.1
|
pip install torch==2.0.1
|
||||||
pip install dill tqdm # Основные зависимости для работы
|
pip install dill tqdm # Основные зависимости для работы
|
||||||
|
|
||||||
|
# Установка simple_llm пакета
|
||||||
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📂 Подготовка данных
|
## 📂 Подготовка данных
|
||||||
|
|||||||
Reference in New Issue
Block a user