-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
…actor (#15) * ts version * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * Remove .DS_Store files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update file structure * update the readme * fix mypy error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix mypy error * tsconfig * Delete gpu_bartender/.DS_Store * Refactor file structure and add new backend and frontend configurations * Remove node_modules directory * Remove node_modules directory * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * node_modules rm * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mypy fix * mypy fix * gitignore update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jason Ding <[email protected]> Co-authored-by: Haofei Yu <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,3 +161,6 @@ cython_debug/ | |
|
||
# macOS system files | ||
.DS_store | ||
|
||
# dependencies | ||
node_modules |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from gpu_bartender import ( | ||
from gpu_bartender.server import ( | ||
DataArgs, | ||
FinetuningArgs, | ||
ModelArgs, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "../../test_gpu_bartender" | ||
}, | ||
{ | ||
"path": "../python_ver" | ||
}, | ||
{ | ||
"path": "." | ||
} | ||
], | ||
"settings": {} | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.