-
-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add eval_table_size, eval_table_max_new_tokens configs & clean up code
- Loading branch information
Showing
5 changed files
with
61 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
# version: '3.8' | ||
services: | ||
axolotl: | ||
# build: | ||
# context: . | ||
# dockerfile: ./docker/Dockerfile | ||
image: winglian/axolotl:main-py3.10-cu118-2.0.1 | ||
build: | ||
context: . | ||
dockerfile: ./docker/Dockerfile | ||
volumes: | ||
- .:/workspace/axolotl | ||
- ~/.cache/huggingface/:/root/.cache/huggingface/ | ||
# set environment variables | ||
environment: | ||
- WANDB_API_KEY=${WANDB_API_KEY} | ||
ports: | ||
- "5678:5678" | ||
deploy: | ||
resources: | ||
reservations: | ||
devices: | ||
- driver: nvidia | ||
count: 1 | ||
# count: 1 | ||
capabilities: [gpu] | ||
command: tail -f /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters