Jesper Ek
Jesper Ek
@hzoo can you confirm this is actually working? I'm using `"presets": ["es2015-node6", "stage-0"]` but still get `SyntaxError: Unexpected token ...`. It's working as expected with es2015-node6/object-rest. I've confirmed that [email protected]...
Anything we can do to move this forward?
I believe the behavior I'm describing is outside of the HLS spec? Anyway, the browser should be able to handle multiple audio streams when loading media directly using `` or...
Same thing with snowflake: Ollama using `snowflake-arctic-embed:137m-m-long-fp16` ``` Query: Represent this sentence for searching relevant passages: A man is eating a piece of bread 0.408 A man is eating food....
I've now also verified that the embeddings generated by https://github.com/ggerganov/llama.cpp/tree/master/examples/embedding are correct and consistent with the blog post: ```sh ./embedding --model ./models/mxbai-embed-large/mxbai-embed-large-v1-f16.gguf --prompt $'Represent this sentence for searching relevant passages:...
I've now also confirmed the issue is still happening in ollama v0.1.34
https://github.com/ollama/ollama/issues/3777 Perhaps related?
Similarities after PR #4399: ### mxbai-embed-large ``` Query: Represent this sentence for searching relevant passages: A man is eating a piece of bread 0.791 A man is eating food. 0.636...
I've pinpointed the issue to this commit 5ec12cec6c097a4d3706edb0fa0e51f02dfc1b4c
Thank you, let me know if there's anything I can do to help.