Mahmoud Lababidi
Mahmoud Lababidi
Hi @liuliu You mentioned in a DISQUS that you were considering putting a minimal BLAS implementation as a part of CCV. Have you considered just using the excellent work by...
I was on hotel wifi and tried to clone this repo and found that it was nearing 800MB in size. I'd recommend changing the structure so that each tutorial is...
it seems that development on this repo has died. I've taken the code base and with some community help created a new repo `goose3` Please use this new repo for...
🛠 DevTools 🛠 [](https://codespaces.new/lababidi/mlflow/pull/11845?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11845/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11845 ``` ###...
🛠 DevTools 🛠 [](https://codespaces.new/lababidi/mlflow/pull/11771?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11771/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11771 ``` ###...
### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary MLFlow allows custom python packages to be added to a deployed model. One aspect that deploying...
The dollar signs `$` in the docs' shell commands are copied when clicking the `copy to clipboard` button. They then get pasted into the terminal when I'm trying to copy...