Anirban Basu

Results 40 comments of Anirban Basu

Similar to the others, the following worked for me on my M1 (macOS Ventura 13.5.2) with `cmake` installed using `brew install cmake`. ``` git clone --recursive https://github.com/OpenMined/TenSEAL.git cd TenSEAL/ git...

I face the same problem. For instance: > **Write the code for binary search in Java** ``` java import java.util.*; public static class BinarySearch{ public int[] keys; //array containing elements...

If you are on macOS and M1/M2 (arm64) architecture, compile from source. See: https://github.com/OpenMined/TenSEAL/issues/234#issuecomment-1761707506.

I used `llama3` with my Ollama installation. In my case, Ollama is installed separately on macOS and started with `ollama serve` before executing `docker compose up` as the instructions suggest....

Try [ollama-downloader](https://github.com/anirbanbasu/ollama-downloader). It has worked for me even behind a HTTPS proxy with a self-signed certificate, behind which `ollama pull` did not work for a single model, failing with the...

While intended for a different purpose, the project [ollama-downloader](https://github.com/anirbanbasu/ollama-downloader), which I maintain, now has a [`list-models`](https://github.com/anirbanbasu/ollama-downloader?tab=readme-ov-file#list-models) and [`list-tags`](https://github.com/anirbanbasu/ollama-downloader?tab=readme-ov-file#list-tags) capability. Both of these use web scraping.

Could you try [ollama-downloader](https://github.com/anirbanbasu/ollama-downloader)? It has worked for me even behind a HTTPS proxy with a self-signed certificate, behind which `ollama pull` did not work for a single model, failing...

A related issue is https://github.com/stanfordnlp/dspy/issues/7263. I have attempted to implement a JSON adapter for Deepseek R1 in https://github.com/anirbanbasu/dqa/blob/0fbb36369f9239196ff7b51586fcf49f046fb87f/dqa/webapp/adapters.py -- it has an assumption about populating the `reasoning` field for the...

@hanouticelina is the `cursor` parameter in the link URL in the response header constant for a given set of parameters (and the page), or is it session-based? I tried paging...