-
Some YAML options are not fully working for this plot.
Not working:
xlabel: 'Model'
ylabel: 'Observation'
title: 'Scatter Density Plot'
Maybe not working:
shade_lowest: True …
-
Module is all over the place. Product m/z in dialog is actally a precursor mz
no clue how the diagnostic fragments are supposed to work
When a fragment range is set in the chart, matching ions are n…
-
**Describe the bug**
1. Charts>Scatter Chart>Docs> Error in the stories scatter chart.
2. Charts>Line Chart>Incorrect title.
3. Charts>Bubble Chart> Spacing is expected.
**To Reproduce**
Steps …
-
## To Reproduce
```py
import os
import torch
import torch_tensorrt
os.environ["CI_BUILD"] = "1"
class MyModule(torch.nn.Module):
def __init__(self):
super().__init__()
…
-
`gather` works fine on Apple Silicon, but with `scatter` I get an error.
The [scatter kernel](https://github.com/FluxML/NNlib.jl/blob/master/src/scatter.jl) works fine with cuda and amdgpu arrays.
…
-
## Description
The static version of a scatter plot sometimes overflows, but the interactive version doesn't.
## Expected behaviour
The chart area shouldn't overflow.
## Steps to reproduce
1. Go…
-
-
### The problem in depth
Trying to be able to have lines on scatter chart (Not Trend Lines, I can do this with google charts) so that it draws a box similar to this done with google charts, and then …
-
[LocalPlayer] Initialized
[LocalPlayer] LocalPlayer: 0x0
[LocalPlayer] Static Fields: 0x0
[LocalPlayer] Base Player: 0x0
[-] Failed to Execute Scatter Read
[MainCamera] Initialized
[MainCamera] …
-
Hi,
i have installed Triton with vllm backend and also the OpenAI-Compatible Frontend for Triton Inference Server (Beta). The model is meta-llama/Llama-3.1-8B-Instruct. Now when I call the Endpoint…