Skip to content

Commit

Permalink
cleaning up and adding gitignre to the embedding model
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleczyk committed Apr 4, 2024
1 parent 3b58d68 commit 5f386b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
image: michaelf34/infinity:latest
command: "--model-name-or-path /models/e5-large-v2 --port 9090"
volumes:
- ./embeding/models:/models
- ./embedding/models:/models
ports:
- 9090:9090
deploy:
Expand Down

0 comments on commit 5f386b1

Please sign in to comment.