Robin Kobus
Robin Kobus
Hi, I don't know why, but the bridge discovery with upnp does not work for me. But even worse the fallback method in [bridge.py](https://github.com/mpolednik/script.kodi.hue.ambilight/blob/bb41f1f6292c2a2f426974c2a630894ea23243fd/resources/lib/bridge.py#L37) is never actually called. I had...
Simplify StatefulGptDecoderBatched constructor: - Remove speculative decoding mode parameter - Initialize with default mode=None - Update GptSession class accordingly Simplify setup method signatures in StatefulGptDecoder and StatefulGptDecoderBatched: - Remove maxTokensPerStep...
- Updated the `forwardAsync` method in `GptDecoderBatched` and `iGptDecoderBatched` to return `CudaEvent` instead of `DecoderFinishedEventPtr`, simplifying event handling. - Removed the `DecoderFinishedEvent` class and its associated usage across various files,...
Please see the commit details.
- Move `numDecodingEngineTokens` from `DecoderState->mJointDecodingInput` to `DecoderState` itself. - It's not needed in the inputs, but in the outer decoding loop. - Simplify disableLookahead - Don't take the batch size...
Please see commit details.
# PR title Please write the PR title by following template: [JIRA ticket link/nvbug link/github issue link][fix/feat/doc/infra/...] \ For example, assume I have a PR hope to support a new...