Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 27, 2023
1 parent 0ef130a commit 54cbb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcli/mcli-convert-composer-to-hf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ integrations:
command: |
cd llm-foundry/scripts/inference
python convert_composer_to_hf.py \
--composer_path s3://mosaicml-internal-checkpoints-shared/daniel/i5-adamw-5e-7-09-099-00-005dur-00-cos-1e-6-64/checkpoints/ep3-ba2781-rank0.pt \
--hf_output_path s3://mosaicml-internal-checkpoints-shared/daniel/hf-convert-030-test \
--composer_path s3://bucket/folder/checkpoint-path.pt \
--hf_output_path s3://bucket/folder/hf/ \
--output_precision bf16 \
image: mosaicml/pytorch:1.13.1_cu117-python3.10-ubuntu20.04
Expand Down

0 comments on commit 54cbb8b

Please sign in to comment.