toncho11
toncho11
I would like to provide a fix for the exclude/include datasets, but it should be only dataset codes (strings) like this: `exclude_datasets=["Stieger2021","Liu2024"],` I am not sure what backward compatibility means...
Make be an Expanded memory driver can be written for ELKS.
* ELKS can use UMB memory https://github.com/ghaerr/elks/wiki/Access-to-UMB-memory , but it is up to the user to decide which parts of it are eventually safe to use. ELKS will use this...
If this is a fresh install of Debian then you need to do something like that in the beginning: `apt install build-essential` or remove your old copy of elks source...
I am using WSL (Windows Subsystem for Linux)/Ubuntu 20. I did `git pull` and I managed to compile ELKS on the second time. First time there was some error, but...
@fhendrikx What is this hardware platform you are porting to?
@fhendrikx Let us know when you release Solo86 :) It is already interesting!
Currently I am talking only about "caching of the evaluation results".
So one thing I noticed is that if I had previously pipeline A and then I run only pipeline B which is the same as A then in the results...
If I am running a pipeline named "A" I am expecting to get "A", not "B" even if they were the same. Also does it check if both were completed...