Yanzhi Li

Results 10 comments of Yanzhi Li

If "ProjectTypeID" is not a property of Model (src), then will result in System.NullReferenceException in ``` private static string GetPropStringValue(object src, string propName) { string stringVal = null; if (src...

I have a similar issue about this, if you have two Tabs and each one contains a WebView like this: ``` ``` And then when you switch between Tabs, both...

+1 Get "RuntimeError: Windows not yet supported for torch.compile" in CUDA 12.1 & Pytorch 2.1.0, it seems that Triton is the main main reason which is not available on Windows,...

Same issue here when using BindingObject for Icon property. Glad to see @jsmarcus working on the new release. Also hope to see the new controls of Icon in Entry and...

> There was a problem in passing the list of images in ADF for calling the function created in Databricks Notebook (Lab 04- Step 18) - there is a bug...

@adnathan just know this project from MSDN Channel9, Great idea & project, with Cordova + ACE, it seems that everything is possible!

I have manually save and quantize the gguf model as steps bellow (in Windows 11 environment): 1. In notebook which unsloth shared in colab, merge the loral model in the...

Thanks @danielhanchen, I can run Phi-3 notebook successfully in Colab now. BTW: When I run same code on my Windows 11, there are some filename issues (e.g. quantize vs quantize.exe)...