Update infintiy: port mismatch!
#37
by
michaelfeil
- opened
README.md
CHANGED
@@ -2791,7 +2791,7 @@ For more information, see the [API reference](https://docs.nomic.ai/reference/en
|
|
2791 |
Usage with [Infinity](https://github.com/michaelfeil/infinity).
|
2792 |
|
2793 |
```bash
|
2794 |
-
docker run --gpus all -v $PWD/data:/app/.cache -e HF_TOKEN=$HF_TOKEN -p "
|
2795 |
michaelf34/infinity:0.0.70 \
|
2796 |
v2 --model-id nomic-ai/nomic-embed-text-v1.5 --revision "main" --dtype float16 --batch-size 8 --engine torch --port 7997 --no-bettertransformer
|
2797 |
```
|
|
|
2791 |
Usage with [Infinity](https://github.com/michaelfeil/infinity).
|
2792 |
|
2793 |
```bash
|
2794 |
+
docker run --gpus all -v $PWD/data:/app/.cache -e HF_TOKEN=$HF_TOKEN -p "7997":"7997" \
|
2795 |
michaelf34/infinity:0.0.70 \
|
2796 |
v2 --model-id nomic-ai/nomic-embed-text-v1.5 --revision "main" --dtype float16 --batch-size 8 --engine torch --port 7997 --no-bettertransformer
|
2797 |
```
|