bugfix
This commit is contained in:
parent
bb9cd90831
commit
508ad50abe
17
fvlm.service
Normal file
17
fvlm.service
Normal file
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Wants=systemd-networkd.service
|
||||
|
||||
[Service]
|
||||
User=ymq
|
||||
Group=ymq
|
||||
Type=forking
|
||||
WorkingDirectory=/share/ymq/run/fvlm
|
||||
# ExecStart=/share/ymq/run/fvlm/fvlm.env/bin/python app/fastvlm.py -p 9994
|
||||
ExecStart=/share/ymq/run/fvlm/start.sh
|
||||
ExecStop=/share/ymq/run/fvlm/stop.sh
|
||||
StandardOutput=append:/var/log/fvlm/fvlm.log
|
||||
StandardError=append:/var/log/fvlm/fvlm.log
|
||||
SyslogIdentifier=DeepSeek32B-kyyds671b.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
llava
|
||||
# git+https://github.com/apple/ml-fastvlm
|
||||
git+https://git.kaiyuancloud.cn/yumoqing/apppublic
|
||||
git+https://git.kaiyuancloud.cn/yumoqing/sqlor
|
||||
git+https://git.kaiyuancloud.cn/yumoqing/ahserver
|
3
start.sh
Executable file
3
start.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
CUDA_VISIBLE_DEVICES=6 /share/ymq/run/fvlm/fvlm.env/bin/python app/fastvlm.py -p 9994
|
Loading…
Reference in New Issue
Block a user