mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
6 lines
127 B
Bash
6 lines
127 B
Bash
#!/bin/sh
|
|
|
|
curl http://ollama:11434/api/pull -d '{"model": "llama3.2:1b"}'
|
|
|
|
flask --app senju/main run --debug --host=0.0.0.0
|
|
|