Skip to content

Conversation

Lyrcaxis
Copy link
Contributor

This PR fixes an initialization issue of LLamaTokenDataNativeArray's _size property, which is initialized at 0
image
but when .Create() is called, it attempts to set _size to some value that HAS to be larger than 0,
image
..which triggers this exception:
image

@martindevans
Copy link
Member

Thanks

@martindevans martindevans merged commit 45afacc into SciSharp:master Nov 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants