nroldanf / xla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up environment

conda env create -f conda.yaml
conda env update --file conda.yaml --prune

Deploying mlflow locally

mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./mlruns

About


Languages

Language:Python 59.7%Language:Dockerfile 33.9%Language:Jupyter Notebook 6.4%