Galunid

Results 46 comments of Galunid

@manitadayon I think there's issue in how huggingface-cli handles exceptions. I wrote a small patch to `file_download.py`: ```python def retry_download(local_dir, repo_id, repo_type, filename, revision, endpoint, etag_timeout, hf_headers, proxies, token, cache_dir,...

@manitadayon It's hard to say. Either your network connection is not that great and huggingface server decides it was dropped on your side and closes it, or there's some issue...

> For models like MiniCPM-V-2.5, should their Model subclass instead simply hardcode and override get_vocab_base_pre to the desired pre-tokenizer? I think the problem there is detection of what we are...

@compilade Is it ok to merge this?

https://github.com/koreader/koreader-sync-server#setup-your-own-server is the main implementation (setup guide in `README.md`). There's also https://github.com/jberlyn/kosync-dotnet (unofficial). I think the main difference is that you can disable registration on the unofficial one and it's...