From 54cbb8bd1007b28cd3fe2dc59a34fa298ba6c12e Mon Sep 17 00:00:00 2001 From: Daniel King Date: Wed, 27 Sep 2023 14:44:27 -0700 Subject: [PATCH] fix paths --- mcli/mcli-convert-composer-to-hf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcli/mcli-convert-composer-to-hf.yaml b/mcli/mcli-convert-composer-to-hf.yaml index 0ddc90f572..a5ccca44dc 100644 --- a/mcli/mcli-convert-composer-to-hf.yaml +++ b/mcli/mcli-convert-composer-to-hf.yaml @@ -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