Skip to content

Commit

Permalink
feat: add parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Apr 4, 2024
1 parent 0af83c6 commit d055ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/presets/tuning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY kaito/presets/tuning/${MODEL_TYPE}/requirements.txt /workspace/tfs/requirem
RUN pip install --no-cache-dir -r requirements.txt

COPY kaito/presets/tuning/${MODEL_TYPE}/cli.py /workspace/tfs/cli.py
COPY kaito/presets/tuning/${MODEL_TYPE}/parser.py /workspace/tfs/parser.py
COPY kaito/presets/tuning/${MODEL_TYPE}/fine_tuning_api.py /workspace/tfs/tuning_api.py

# Copy the entire model weights to the weights directory
Expand Down

0 comments on commit d055ed0

Please sign in to comment.