Benjamin Bartels
Benjamin Bartels
I would love this as well, am using oh-my-fish on WSL2 and anything git related is unfortunately significantly slower :/
This is definitely planned at some point! I was initially thinking of writing it before the initial release but for time reasons I was not able to get that done.
Thank you for the suggestion, I will investigate how viable it is to implement this. I remember debating whether to add this as a feature or not, though forgot the...
Had a deeper look and while it is definitely possible it will require a rewrite in certain places. I will keep this issue open until I get around to adding...
@gokcekantarci @stefansjfw Was is blocking this from being merged? Anything I could help out with? Am dying to use this 😄
I'm running into the same issue. Using this _very_ dirty workaround ```csharp if (Environment.GetEnvironmentVariable("APPLICATION_INTEGRATION_TEST") is not "true") IsleConfiguration.Configure(_ => {}); ```
On further thought, I just ended up calling it from a static constructor. Should work in both normal application runtime and in integration test scenarios
Given DeepGEMM seems to be jitting kernels, would that not require it to AOT compile kernels as well?
Either way, this would have to be merged first: https://github.com/vllm-project/vllm/pull/26966 I'll fix up merge conflicts as soon as v0.11.1 is out, as I was told to hold off until then
> @bbartels I'm going to split the aot vs jit out of this ticket. For now simply switching the base image to runtime and installing the tools and headers we...