Jan Ploski
Jan Ploski
It would be nice to have the model supported by GGML, so as to make quantized versions of it or future derivatives also run without GPU. See https://github.com/ggerganov/llama.cpp/issues/1333#issuecomment-1536725381 I gave...
Reporting against a7508684 with ggml-large-v3-q5_0.bin. If the file to decode is very short (e.g. < 1s, single recorded word), the GGML version will consistently fail to output anything at all:...
Reporting against EPrints 3.3.12, libxapian22 1.2.12-2 and libsearch-xapian-perl 1.2.10.0-1 from Debian "wheezy" and also against Ubuntu 12.04 LTS: After installing the Xapian library and Perl interface simple search is broken....
I'm having trouble with incorrect sorting of the subjects input field in a 3.3.12 repository supporting two languages (German and English). EPrints::DataObj::Subject::get_all returns labels in wrong order. I suspect that...
Currently the "Last modification" date and other dates are displayed as they are stored in the database - in UTC time zone. It would be more sensible to render them...
In EPrints 3.3.12: EPrints::MetaField::Set::input_tags_and_labels invokes input_tags, but then discards the returned value, effectively making the input_tags property useless. This got broken in the following commit: http://www.github.com/eprints/eprints/commits/c28d7b
Reporting against EPrints 3.3.12: We have multiple eprints with attached public PDF documents that nevertheless have either NULL (rare) or empty string (more common) in eprint.fileinfo, either of which causes...
When creating a new item based on a template item with metadata_visibility = no_search (because it's part of a thread, succeeded by another item) the value of metadata_visibility gets copied...
As of EPrints 3.3.12 the default configuration includes code in eprint_fields_automatic.pl to update eprint.full_text_status based on documents.security. However, this code not be triggered when documents are removed (which can be...
The default implementation of extract_words in cfg.d/indexing.pl contains code for stemming words as follows: $word =~ s/s$//; This is (fortunately) NOT applied to creators' names when inserting records into eprint__rindex...