yocto-gl icon indicating copy to clipboard operation
yocto-gl copied to clipboard

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics

Results 812 yocto-gl issues
Sort by recently updated
recently updated
newest added

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/admin1-saurabh/mlflow/pull/13328?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13328/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13328 ``` ###...

rn/none
patch-2.17.0

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/alokshenoy/mlflow/pull/13314?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13314/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13314 ``` ###...

rn/none
patch-2.17.0

### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary In log_model(), enable the option to compress the model artifact (for example by using...

enhancement
area/models

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/harupy/mlflow/pull/13317?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13317/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13317 ``` ###...

rn/none

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/harupy/mlflow/pull/13337?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13337/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13337 ``` ###...

rn/none

### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary This feature request proposes adding the start_new_session argument to the [serve method in PyFuncBackend](https://github.com/mlflow/mlflow/blob/310174d2a82049d98c409de08f4e9fa18893f44f/mlflow/pyfunc/backend.py#L218) and is...

enhancement
area/models
area/scoring
integrations/databricks
area/deployments

When training a deep learning model, it is useful to save the checkpoint per X steps, so users can restore and resume training. For reference, HuggingFace `MLflowCallback` has this functionality:...

### Summary ```diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c6ef1ace..983878b59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,8 @@ repos: hooks: - id: end-of-file-fixer files: \.(proto|txt|sh|rst)$ + - id: trailing-whitespace +...

good first issue
has-closing-pr

### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Databricks ###...

bug
area/models

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/harupy/mlflow/pull/13294?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/13294/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 13294 ``` ###...