Skip to content

Commit b1d9a68

Browse files
committed
feat: add dependency
1 parent 0aef052 commit b1d9a68

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

HakaseCore/llm/__init__.py

Whitespace-only changes.

HakaseCore/llm/llama3.py

Whitespace-only changes.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ AI 버츄얼 스트리머 "Neuro-sama"를 클론 하는 프로젝트입니다.
1111
1212
## 개발 환경
1313
> Recommended development environment
14-
- Python 3.10
14+
- Python 3.12
1515
- Linux, macOS
1616

1717
> Minimal development environment
18-
- Python 3.10
18+
- Python 3.12
1919
- Windows Subsystem on Linux (WSL2)
2020

2121
## Convention

requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
fastapi==0.111.0
1+
fastapi==0.111.0
2+
torch==2.2.2
3+
torchvision==0.17.2
4+
torchaudio==2.2.2

0 commit comments

Comments
 (0)