Kirill Starkov

Results 6 issues of Kirill Starkov

Hi! I created custom layer for torch, registrated in onnx ops and converted in onnx model finaly. Also I wrote trt plugin for this layer. Model builded correctly, but I...

triaged

**Describe the bug** Different outputs by original model and inference engine ![image](https://user-images.githubusercontent.com/15812493/185115040-98158ed0-2c67-4dd5-be63-9509d5c83bc0.png) **To Reproduce** Code for reproduce: ``` import torch from transformers import GPT2LMHeadModel, GPT2Tokenizer import deepspeed test1 = "Hello...

bug
inference

I am trying to use your lib in my project, but I have linker errors: ``` = note: Undefined symbols for architecture arm64: "_dot_f16", referenced from: _$LT$core..iter..adapters..map..Map$LT$I$C$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::fold::h080d748cdf7deb0a in liblance-84f7e467743007a2.rlib(lance-84f7e467743007a2.lance.7b369cbc9584cb07-cgu.03.rcgu.o) _$LT$core..iter..adapters..map..Map$LT$I$C$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h746e81f2c7f3050b...

I have http and lsp server in one app. Http in main thread, lsp in tokio::spawn. There is signal handler for graceful-shutdown, but when I abort tokio::spawn with lsp, lsp-server...

### Problem Hi! File https://github.com/WebVella/WebVella-ERP/blob/master/WebVella.Erp.Plugins.SDK/Services/CodeGenService.cs on the v0.20.9 parsed correctly, but in new versions(master, v0.22.6) broken ### Steps to reproduce git clone https://github.com/tree-sitter/tree-sitter-c-sharp tree-sitter playground copy source from https://github.com/WebVella/WebVella-ERP/blob/master/WebVella.Erp.Plugins.SDK/Services/CodeGenService.cs blank...

bug