Venkatesan Krishnamurthy
Venkatesan Krishnamurthy
Faced a similar problem on Colab. It's cuda version is 11.1. I reinstalled the pytorch packages to support with this version and now everything works fine. `!pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111...
> @venki-lfc what version of python are you using? also i can't find those specific versions on pip or anaconda any advice on where to find them? I used the...
> Hi, @venki-lfc > > We are working on integration [Paint & Brush tools to CVAT](https://github.com/opencv/cvat/pull/4543), to support not only Polygonal masks, but also pixel-based masks. Now there are not...
For people who have trouble in exporting to onnx model with arbitrary height and width, You can do the following way: ``` model.eval() # Define the input and output names...
When I download the model from huggingface I get two folders colqwen2-v0.1 and colqwen2-base. I moved these two folders from the default download directory into my project folder, and that's...
I am facing the same issue. Despite setting `parallel_tool_calls=False` the Qwen 2.5 72B model makes parallel calls where I want to update the state variable in sequential steps. I want...
I did a pip install and the version was 0.14.1