This commit is contained in:
ymq1 2025-06-22 15:37:51 +08:00
parent 508ad50abe
commit ff96c17018
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ 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
SyslogIdentifier=fvlm
[Install]
WantedBy=multi-user.target

View File

@ -1,3 +1,3 @@
#!/usr/bin/bash
CUDA_VISIBLE_DEVICES=6 /share/ymq/run/fvlm/fvlm.env/bin/python app/fastvlm.py -p 9994
CUDA_VISIBLE_DEVICES=6 /share/ymq/run/fvlm/fvlm.env/bin/python app/fastvlm.py -p 9994 &