>A middleware to append a `x-version` header to Express routes.
import os
from sentence_transformers import SentenceTransformer
SentenceTransformer('https://modelstoremanual.blob.core.windows.net/models/Cosma_2023-01-20_lowercase.zip')
Throws this error
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/sentence_transformers/SentenceTransformer.py", line 77, in __init__
raise ValueError("Path {} not found".format(model_name_or_path))
ValueError: Path https://modelstoremanual.blob.core.windows.net/models/Cosma_2023-01-20_lowercase.zip not found
Looking at the implementation https://github.com/UKPLab/sentence-transformers/blob/master/sentence_transformers/SentenceTransformer.py#L76 I don't really see how loading a model from a URL as zip would work, since all https:// paths would be handled before it reaches the download code (https://sbert.net/docs/training/overview.html?highlight=zip#loading-custom-sentencetransformer-models)
No response
When trying access the logs kubectl logs back<TAB>
autocompletion just opens the prompt for a local path and is not querying the kubectl autocompletion, I have setup in my zshrc
Autocompleting a pod for kubectl get pod bac<TAB>
works, but not for logs.
No response
MacOS
13.01
zsh 5.9 (arm-apple-darwin21.3.0)
v0.2023.01.10.08.02.stable_01
I removed my custom .zshrc, so it should be clean environment
Yes, this issue prevents me from using Warp daily.
None
feat(README): add comment to trigger deploy
ci: switch to Github-Actions
feat: remove logger
feat: remove internalToken
feat: types
fix(npm): include all files
fix(npm): include all files
chore: downgrade read-pkg-up
chore: upgrade packages
ci: fix directory spelling
ci: upgrade to node v16
ci: upgrade to node v16
feat: typings
BREAKING CHANGE
chore: remove test
feat: typings
BREAKING CHANGE