shell:
	python run.py --model_id "" \
	--server_url "http/v1" \
	--api_key "" \
	--log_dir experiment/ \
	--temperature 0.8 --top_p 0.8 --max_tokens 4096 \
	--concurrency 50 --output_type test_code --subtasks python --codes 10
