Chetan Vardhan
Chetan Vardhan
I wonder if https://github.com/hpjansson/chafa/commit/c23d8bc8d49919a4c78a564298d74b3e62f3b3e6 helps.
@GeopJr So does Misskey work on Tuba yet? If not, any plans in the future?
@JakeStanger Does it make sense to wait for https://github.com/YaLTeR/niri/pull/453 then?
Trying this code still gives an error: ```julia let classifier = hgf"bert-base-uncased:ForSequenceClassification" encoder = hgf"bert-base-uncased"[1] analyzer = IntegratedGradients(classifier) input = encode(encoder, "Hello, world!") expl = analyze(input, analyzer) end ```
@pxl-th Does it make sense to have a way to fetch warpsize and maximum number of warps from the kernel? I think all backends provide this feature so it should...
Also, would it make sense to export `function shfl_down end` (and potential ways to get warpsize and max number of warps) in a separate PR without the reduction part? Just...