Marten Mooij
Marten Mooij
Also having this issue on Windows, the `wailsjs/runtime` directory is not being created. `panic: open \wailsjs\runtime\package.json: Access is denied` The `wailsjs` has `drwxr-xr-x` permissions (755). Wails CLI version `v2.5.1`. Works...
Required for OST support, references https://github.com/mooijtech/go-pst/issues/30
You can use https://headlessui.com/react/transition
Not sure if T5 is compatible with BART, hopefully it is since both are encoder-decoder. Seems to be some `config.json` differences, trying to modify it now.
Stuck on input encoding embeddings.
``` T5 uses an encoder-decoder architecture that closely resembles the original transformer. The differences are: LayerNorm is applied immediately before each attention and feed forward transformation (i.e., outside of the...
Hello Matteo, I have lost access to my GitHub account due to the great new 2FA requirement (replying via email should still work I guess). I am not currently interested...
Would be nice to have this, 2023 now, no right to complain I could do it myself. You can get a `time.Time` from a `Duration` like so: `endTime := time.Now().Add(-time.Since(startTime))`...
For future reference, it's possible to call `Text("Message-Id")` from `mail.Header` instead of `MessageID` to not enter the `parseMsgID` function. Microsoft not following specs/RFC as usual it seems: https://community.mailcow.email/d/701-multiple-at-in-message-id/3
@iamemilio Seems out of scope for this proposal. References: - https://github.com/tidwall/btree - https://github.com/google/btree - https://youtu.be/4ELJDEjDpqk (Modern B-Tree techniques)