so1
so1
Hi, thank you for you project. Any plan for spark ...3.4, 3.5?
llama3 released would be happy to use with llama.cpp https://huggingface.co/collections/meta-llama/meta-llama-3-66214712577ca38149ebb2b6 https://github.com/meta-llama/llama3
Hello hi, I am quite curious to see the performance of SONAR model in terms of multilingual embeddings on XSTS task. I haven't found anything on it on MTEB. https://ai.meta.com/research/publications/sonar-sentence-level-multimodal-and-language-agnostic-representations/...
### System Info llama3 released https://huggingface.co/collections/meta-llama/meta-llama-3-66214712577ca38149ebb2b6 https://github.com/meta-llama/llama3 ### Who can help? @ncomly-nvidia ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks...
Im trying https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/compose.md to build onnx+python+tensorrtllm backends. 1) as mention in doc i do ```bash git clone --single-branch --depth=1 -b r24.04 https://github.com/triton-inference-server/server.git python3 compose.py --backend onnxruntime --backend python --repoagent checksum...
The [Community Detection via Semi-Synchronous Label Propagation Algorithms](https://arxiv.org/abs/1103.4550) is commonly used to identify communities in graphs, and is present in other libraries/tools such as [NetworkX](https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.community.label_propagation.label_propagation_communities.html) and [Neo4J](https://neo4j.com/docs/graph-data-science/current/algorithms/label-propagation/). It would be...
Hello, is there any more allegiant solution for using python 3.12, 3.13 than https://github.com/GoogleContainerTools/distroless/issues/1543#issuecomment-2432044825 ? now i do understand nothing about bazel to do it myself. Maybe you can recommend...