"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "17b386a891af182650f93d528ff78f2fded9efc6"
Commit b65d91ea authored by zhougaofeng's avatar zhougaofeng
Browse files

Update ocr_vllm_server.py

parent b3dc23fe
...@@ -44,7 +44,7 @@ def get_args(): ...@@ -44,7 +44,7 @@ def get_args():
parser.add_argument('--dcu_id', type=str, default='0', help='Specify the GPU ID to load the model onto.') parser.add_argument('--dcu_id', type=str, default='0', help='Specify the GPU ID to load the model onto.')
parser.add_argument( parser.add_argument(
'--config_path', '--config_path',
default='/home/practice/magic_pdf-main/magic_pdf/config.ini', default='./magic_pdf/config.ini',
) )
args = parser.parse_args() args = parser.parse_args()
return args return args
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment