Hello again all, I'm fine-tuning the new open sou...
# ask-metaflow
a
Hello again all, I'm fine-tuning the new open source LLM called Mistral-7B using Metaflow and for some reason the logs are not being propagated to both the terminal in which I'm running
python mistral_fine_tune.py --environment=conda run
AND the Metaflow UI. The logs are being propagated to CloudWatch though and I can see the progress bar from there. See attached image of the Metaflow UI. The code for running the fine-tuning job can be reproduced here: https://github.com/rileyhun/llm_finetuning_metaflow/tree/main/fine-tuning-mistral
1