File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ length of 512 tokens:
4040 - [ gRPC] ( #grpc )
4141- [ Local Install] ( #local-install )
4242- [ Docker Build] ( #docker-build )
43+ - [ Apple M1/M2 Arm] ( #apple-m1m2-arm64-architectures )
4344- [ Examples] ( #examples )
4445
4546Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence
@@ -476,6 +477,11 @@ runtime_compute_cap=90
476477docker build . -f Dockerfile-cuda --build-arg CUDA_COMPUTE_CAP=$runtime_compute_cap
477478```
478479
480+ ### Apple M1/M2 arm64 architectures
481+ ```
482+ docker build . -f Dockerfile-arm64
483+ ```
484+
479485## Examples
480486- [ Set up an Inference Endpoint with TEI] ( https://huggingface.co/learn/cookbook/automatic_embedding_tei_inference_endpoints )
481487- [ RAG containers with TEI] ( https://github.com/plaggy/rag-containers )
You can’t perform that action at this time.
0 commit comments