mirror of
https://github.com/pese-git/simple-llm.git
synced 2026-01-23 13:03:55 +00:00
hotfix
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -213,4 +213,8 @@ 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