Alex O'Connell

Results 45 comments of Alex O'Connell

It's actually an issue with https://github.com/prismagraphql/serverless-plugin-typescript/blob/master/src/index.ts#L185-L195 That operation needs to be applied to any function that is marked as being packaged individually and not just when you package the entire...

Can you provide more information? What model were you using? How many entities do you have exposed? Were there any errors or warnings in the HA logs?

closing old issue. without further info I can't diagnose the issue. it is most likely using too much context by exposing too many entities to a model that has a...

This should be added in v0.3.3 but I'm not sure which unit to display since Home assistant seems to provide the raw units as well as preferred units and I...

Can you check home assistant log for errors related to conflicting dependencies? My best guess is that another integration you are using requires the most recent versions of `webcolors` which...

Wow I totally forgot to push those training script fixes. I just pushed them up to `develop`. The script has to know how to properly mask out the user's request...

> Thanks for explanation, but from practical site what I should change? 😀 I'm not that proficient with model training tools yet.. How you recognise those values for this specific...

So what is happening is the script is printing the warning along with the tokenized version of the example that is being trained on. This is just a helpful thing...

it looks like the Llama 3 tokenizer doesn't have any issues with the white-space. I would use ``` prefix_ids = [128006, 78191, 128007, 271] suffix_ids = [128009, 128006, 78191, 128007,...