Veblen34's picture
Upload folder using huggingface_hub
cd6775d verified
Raw
History Blame Contribute Delete
287 Bytes
#!/bin/bash
# [ragqa] ②无监督式 XLM 查询分解服务(端口 50002)。需要 RAGQA_XLM_CKPT 指向分解检查点 .pth。
export CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES:-0}
HERE="$(cd "$(dirname "$0")" && pwd)"
cd "$HERE/../unsupervised/XLM" && python server_translate.py