Skip to content

Commit 59fed6b

Browse files
committed
Update README.md
1 parent d16456a commit 59fed6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4546
Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence
@@ -476,6 +477,11 @@ runtime_compute_cap=90
476477
docker 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)

0 commit comments

Comments
 (0)