Hugo

Results 9 issues of Hugo

pip install tensorflow==2.0 import numpy as np import tensorflow as tf from tffm import TFFMClassifier gives error: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 from tffm import...

### 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? Other ###...

bug
area/artifacts
area/model-registry
area/models
has-closing-pr

**Describe the bug** When setting the `batch_size` to 2 in BAAL, it appears to be using a `batch_size` of 16 instead. This is causing a CUDA out of memory error....

bug

## Description Seeking clarification and examples for the use of `MlflowModelRegistryDataSet` within the Kedro-Mlflow integration for logging and managing models in MLflow’s model registry. Specifically, I need clarification on how...

documentation
need-design-decision

## Description During planning we like to diagram what we are building and how these elements are connected, for this purpose we use draw.io (inside of vscode as a plugin...

Idea
Issue: Feature Request
Technical Design
Community

```python from transformers import TrainingArguments import torch # get the number of gpus num_gpus = torch.cuda.device_count() if num_gpus > 1: from parallelformers import parallelize parallelize(model, num_gpus=num_gpus, fp16=True, verbose="detail") ``` gives...

bug

I love the xgboost distribution package and what it enables, however when dealing with datasets or trees that do not fit into memory one needs to scale the task using...

enhancement

There is an issue in the specification of the bentofile.yaml file, specifically in the docker section where the env entry is defined. When the BENTOML_CONFIG environment variable is specified in...

### Describe the issue as clearly as possible: When using the `outlines` library to generate JSON structures with the `google/gemma-1.1-2b-it` and `solidrust/Hermes-2-Pro-Llama-3-8B-AWQ` models, the JSON output is often invalid, leading...

bug