Igor Pissolati
Igor Pissolati
A little update to this issue, with the `Comptime` feature it's now possible to hack together the Conditional attribute, currently the issues with my current approach are: 1. It's not...
I discovered another issue kind of related to this one, if you have a getter with the same name of a type it gives a error in beef, but for...
I just noticed something, with the latest IDE version, the (unmodified) code of this issue shows an error in the IDE but compiles fine. 
This code also doesn't show squigglies: ``` public static String aa = new String(); public static readonly ref String AA => ref aa; public static int Main(String[] args) { readonly...
> Implemented in the current version of Beef. I don't think so, this code still compiles without problems: ``` public class TestV { public virtual void AAA() { } }...
Hey, thanks for this amazing PR! I was trying to use it with a Japanese training data out of curiosity, and I noticed the examples sometimes contain `�` characters (which...
>Try to save the training file with utf8 encoding, maybe that already resolves it? It is already in utf-8, I also tried to save it with BOM but that didn't...
> I think the model pieced together an invalid multibyte(multitoken) utf8 character. Just train longer, and it should happen less and less often. :) That doesn't seem to be the...
> A breaking change to the GGML format might be a tough sell (but don't take my personal opinion as speaking for the project in any way). >You might consider...
>AFAIK, there is a discussion on a new format here: https://github.com/ggerganov/ggml/issues/220 > >You may want to chime in. I don't believe I have anything to contribute to the discussion... but...