red thing

Results 36 issues of red thing

## Description `3.0.0-beta` has been the published C5 version for a long time. Unfortunately, because it is `beta`, my dependent packages are also constrained to being beta. ## Solution Would...

enhancement

T0-3B is just a finetune of T5v1.1_3B_LMadapt (according to their paper), and in HF it loads via just the standard T5 code. I am able to successfully ONNX-convert other T5...

on HIDPI (192 ppi) displays, the inspector renders at 1x scale, which is very tiny and completely unreadable. the solution would be similar to what is currently used in the...

help wanted
feature request

add `CollidesWithAnyMultiple(Vector2, List)` for getting a list of all active collisions.

when i use the basic requests sample code and try to statically link with `-static`: ``` dub/packages/requests-2.0.4/requests/.dub/build/std-release-linux.posix-x86_64-ldc_v1.28.1-511766A07FAC4178242690E353319A52/librequests.a(requests.ssl_adapter.o):ssl_adapter.d:function _D8requests11ssl_adapter24_sharedStaticCtor_L60_C1FZv: warning: Using 'dlopen' in statically linked applications requires at runtime the shared...

I think a module for accessing Firefox data would be very useful. This [documentation](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Database) on the Mozilla website details how the data is stored. I am thinking that a separate...

enhancement
module

Hello, ## finetuning on docvqa I am doing some research on VQA, and I was working with LayoutLMv3 finetuning on DocVQA. Here is the description from the paper on how...

Using Colab: I get OOM Finetuning GPT-Neo both 125M and 350M on both T4 and P100. Even when I enable `fp16` this problem persists. GPT2 works fine on the other...

The description in the existing documentation says that it exists to process a single column CSV treating each line as a single entry. So I used an input file which...