Closed OE-LUCIFER closed 7 months ago
It looks like you want to use mlflow but it isn't installed (not a requirement in Axolotl). I'd recommend you to fork the lazyaxolotl.sh script and add "mlflow" in the first "pip3 install". Then, you can copy and paste the URL of your script in the SCRIPT
field of the LazyAxolotl notebook.
It looks like you want to use mlflow but it isn't installed (not a requirement in Axolotl). I'd recommend you to fork the lazyaxolotl.sh script and add "mlflow" in the first "pip3 install". Then, you can copy and paste the URL of your script in the
SCRIPT
field of the LazyAxolotl notebook.
Thanks it worked
/usr/local/lib/python3.10/dist-packages/accelerate/accelerator.py:432:
FutureWarning: Passing the following arguments toAccelerator
is deprecated and will be removed in version 1.0 of Accelerate: dict_keys(['dispatch_batches', 'split_batches', 'even_batches', 'use_seedable_sampler']). Please pass anaccelerate.DataLoaderConfiguration
instead: dataloader_config = DataLoaderConfiguration(dispatch_batches=None, split_batches=False, even_batches=True, use_seedable_sampler=True) warnings.warn( Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/content/axolotl/src/axolotl/cli/train.py", line 59, inpip install mlflow
.") RuntimeError: MLflowCallback requires mlflow to be installed. Runpip install mlflow
. Exception ignored in: <function MLflowCallback.del at 0x7d8a76cbf400> Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/transformers/integrations/integration_utils.py", line 1105, in del self._auto_end_run AttributeError: 'MLflowCallback' object has no attribute '_auto_end_run' Traceback (most recent call last): File "/usr/local/bin/accelerate", line 8, in