mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
fix position extraction bug (#93)
* fix position extraction bug * remove delimiter for naive parser
This commit is contained in:
@ -10,7 +10,7 @@ PY=/root/miniconda3/envs/py11/bin/python
|
||||
|
||||
function task_exe(){
|
||||
sleep 60;
|
||||
while [ 1 -eq 1 ];do mpirun -n 2 --allow-run-as-root $PY rag/svr/task_executor.py ; done
|
||||
while [ 1 -eq 1 ];do mpirun -n 4 --allow-run-as-root $PY rag/svr/task_executor.py ; done
|
||||
}
|
||||
|
||||
function watch_broker(){
|
||||
|
||||
Reference in New Issue
Block a user