GoogleCloudPlatform / llm-pipeline-examples

Apache License 2.0
105 stars 25 forks source link

Trainer parameters seem wrong. #60

Closed Keloo closed 11 months ago

Keloo commented 11 months ago

There seem to be more parameters passed to run_batch.sh than expected.

Screenshot 2023-07-26 at 19 21 21

\ \ This as consequence makes the trainer_config.json incorrect.

Screenshot 2023-07-26 at 19 16 45
Chris113113 commented 11 months ago

After talking offline we discovered the readme was referring to the old repo location ( llm-pipeline.git ) rather than the current location (llm-pipeline-examples.git )

This caused an issue in the pipeline params being provided to the training image.

Resolved in #61