Kapil Sachdeva
Kapil Sachdeva
Hi @arunxz98 I am glad you find it useful. There are 3 main reasons for the differences in the embeddings generated using .dat and .pb 1) The conversion process first...
Hi @LuckyOne09 ```bash sudo apt install libatlas-base-dev libopenblas-dev liblapack-dev ``` on linux (ubuntu) should help resolve this. For windows, you would have manually install OpenBlas. Majority of open source are...
Thanks @xiaohu2015 for the clarification. I acknowledge that it should not have a big impact on the model performance. Regarding the changes to AnchorGenerator - IMHO, the usage of AnchorGenerator...
Hi @Player0109 Please go ahead. You should be able to reuse the code from my repo mentioned above. Thanks
Hi @VaranRohila @Player0109 wanted to work on it as well. If he has not started yet then you should be able to send your PR. Regards Kapil
if you add this at the start of your notebook then it will fix this issue ``` import graphviz graphviz.set_jupyter_format('png') ```
Have run them successfully with Gemma models using ollama Yes with llama 3.2 was having incorrect structure in some other project … will look at it later. Try Gemma 27b...
Thanks for the questions and feedback. I haven't looked at DRIFT yet but may do it in coming weeks.
I understand that it is an example code however you should consider following perspectives - An experienced programmer - Since you have used thread they will make an assumption that...