Closed
Description
System Info
Jetson Orin AGX 64G
SM 8.7
cargo 1.75.0 (1d8b05cdd 2023-11-20)
Information
- Docker
- The CLI directly
Tasks
- An officially supported command
- My own modifications
Reproduction
- curl https://sh.rustup.rs -sSf | sh
- sudo apt-get install libssl-dev gcc -y
- git clone https://github.com/huggingface/text-embeddings-inference.git
- cd text-embeddings-inference
- cargo install --path router -F candle-cuda -F http --no-default-features
- model=BAAI/bge-reranker-large
- text-embeddings-router --model-id $model --port 8080
Expected behavior
Could not start Candle backend: Could not start backend: Runtime compute cap 87 is not compatible with compile time compute cap 87
Error: Could not create backend
Caused by:
Could not start backend: Could not start a suitable backend
Metadata
Metadata
Assignees
Labels
No labels