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

4
models/starcoder2/15b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:15b --verbose

4
models/starcoder2/3b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:3b --verbose

4
models/starcoder2/7b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:7b --verbose