smallcloudai / refact-lsp

LSP server for Refact, suitable for Sublime Text, and other editors
BSD 3-Clause "New" or "Revised" License
24 stars 12 forks source link

Cannot get tokenizer for Claude models #137

Closed valaises closed 4 months ago

valaises commented 5 months ago
2024-04-15T18:31:37.412472Z ERROR refact_lsp::cached_tokenizers:90: failed to download tokenizer: failed to get response: HTTP status client error (401 Unauthorized) for url (https://huggingface.co/claude-instant-1.2/resolve/main/tokenizer.json)
2024-04-15T18:31:37.614502Z  INFO refact_lsp::cached_tokenizers:48: downloading tokenizer from https://huggingface.co/claude-instant-1.2/resolve/main/tokenizer.json
valaises commented 4 months ago

fixes are here: https://github.com/smallcloudai/refact/pull/398

valaises commented 4 months ago

https://github.com/smallcloudai/refact/pull/398 is merged