Veblen34's picture
Upload folder using huggingface_hub
cd6775d verified
Raw
History Blame Contribute Delete
413 Bytes
#!/bin/bash
# ③ ICL(Socratic Questioning 分解服务),端口 50003,接口 GET /execute?query=...
# 需要 CHATANYWHERE_API_KEY(gpt-4o-mini)。默认配置(q2/t0/d0)为浅层 LLM 分解。
export CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES:-0}
HERE="$(cd "$(dirname "$0")/.." && pwd)"
cd "$HERE/methods/icl_socratic/socratic_questioning_textOnly/code" && python server_socratic_questioning_utils.py