Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buhe/llm
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buhe/llm
- Owner: buhe
- Created: 2024-05-14T05:42:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T02:17:18.000Z (9 months ago)
- Last Synced: 2025-01-01T20:08:04.381Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 591 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LLM From Scratch
### GPU- Install cuda
- Install python package
- Download whl: https://download.pytorch.org/whl/cu111/torch-1.9.1%2Bcu111-cp39-cp39-win_amd64.whl
```
conda create --name llm python=3.9
conda activate llm
make
make gpu
```