1
0

Перенос моделей в подпапку

This commit is contained in:
2025-08-19 15:39:14 +08:00
parent 2427885ddd
commit 7824e99235
99 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/mxbai-embed-large/tags
../ollama pull mxbai-embed-large:latest --verbose

4
models/nomic-embed-text/latest Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/nomic-embed-text/tags
../ollama pull nomic-embed-text:latest --verbose

View File

@@ -1,4 +0,0 @@
#!/bin/bash
# https://ollama.com/library/mxbai-embed-large/tags
docker exec -it ai-ollama ollama pull mxbai-embed-large:latest --verbose

View File

@@ -1,4 +0,0 @@
#!/bin/bash
# https://ollama.com/library/nomic-embed-text/tags
docker exec -it ai-ollama ollama pull nomic-embed-text:latest --verbose