Skip to content

Commit

Permalink
chore(deps-dev): bump types-setuptools from 70.3.0.20240710 to 71.1.0…
Browse files Browse the repository at this point in the history
….20240723 (#10)

* Update README.md

* chore(deps-dev): bump types-setuptools

Bumps [types-setuptools](https://github.com/python/typeshed) from 70.3.0.20240710 to 71.1.0.20240723.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: LittleO <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and YuanhuanO authored Jul 23, 2024
1 parent 60af768 commit 67b3f23
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# GPU Bartender

Estimate the GPU VRAM usage in modern LLM training.

## How to run GPU Bartender

1. Clone the repository:

```bash
git clone [email protected]:lwaekfjlk/gpu-bartender.git
```

2. Navigate to the frontend directory:

```bash
cd gpu_bartender/src/frontend
```

3. Install dependencies:

```bash
npm install
```

4. Build the project:

```bash
npm run build
```

5. Start the application:

```bash
npm start
```

6. Open your browser and navigate to [http://localhost:3000/](http://localhost:3000/)

## Features

- Estimate GPU VRAM usage for large language model (LLM) training.
- User-friendly interface to input model parameters.
- Real-time updates and visualizations of VRAM usage.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67b3f23

Please sign in to comment.