Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix(axolotl): wrap prepared_ds_path in str()
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Apr 22, 2024
1 parent ec11da8 commit c65e3b1
Show file tree
Hide file tree
Showing 2 changed files with 953 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- ./out/:/workspace/out/
- ./last_run_prepared/:/workspace/last_run_prepared/
- ./huggingface/:/root/.cache/huggingface/
# Axolotl Patch
- ./patch/axolotl/data.py:/workspace/axolotl/src/axolotl/utils/data.py
environment:
- HF_HUB_OFFLINE=1
# environment:
Expand Down
Loading

0 comments on commit c65e3b1

Please sign in to comment.