mw66

Results 291 comments of mw66

Since it's a pip package, why not update the package to include these files to be self contained?

Then at least change ``` from xLSTM.data import LanguageModelingDataset, Tokenizer ``` to be ``` from data import LanguageModelingDataset, Tokenizer ``` i.e. `data` is not part of the `xLSTM` module to...

On a second thought: I don't need the GUI application to run (correctly), I only need to be able to build the project binary: I will just create a object,...

> So if you get the latest version of the repository, you should be able to generate an executable. Thanks. I will give it a try tomorrow.

With the latest github repo, got this error ``` Degree -3: 0/0/0 0:0:0.569 docking_simple5.c: In function ‘T596s6’: docking_simple5.c:57248:58: error: expected ‘;’ before ‘}’ token 57248 | gtk_paned_set_wide_handle ((GtkPaned*) a1, (gboolean)...

Also got error: ``` docking_simple4.c: In function ‘T211f2sc1’: docking_simple4.c:49016:17: error: ‘t1’ undeclared (first use in this function); did you mean ‘tr’? 49016 | t1 = (T444)(GE_int8(2)); | ^~ ``` I...

added `--setting=inlining=False`, now the remaining errors: ``` In file included from docking_simple3.c:1: docking_simple3.c: In function ‘T691f211’: docking_simple3.c:13715:39: error: ‘eif_argc’ undeclared (first use in this function); did you mean ‘eif_proc’? 13715...

> The semicolon is also missing in the [Eiffel code](https://github.com/EiffelSoftware/libraries/blob/a66c9e599e9b2f0bc02be3cbb36be62c9999de91/Src/library/vision2/implementation/gtk3/support/externals/gtk3.e#L274): > > ... > I'll see what I can do to let the Eiffel compiler add this missing semicolon in...

> > added `--setting=inlining=False`, now the remaining errors: > > ``` > > In file included from docking_simple3.c:1: > > docking_simple3.c: In function ‘T691f211’: > > docking_simple3.c:13715:39: error: ‘eif_argc’ undeclared...