From bebcae6bba8e6bf52da398bdaec9abe577c2d4c5 Mon Sep 17 00:00:00 2001 From: fzu102301139 <3303319845@qq.com> Date: Sun, 16 Nov 2025 23:19:46 +0800 Subject: [PATCH] ADD file via upload --- run.sh.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.sh.txt diff --git a/run.sh.txt b/run.sh.txt new file mode 100644 index 0000000..264733c --- /dev/null +++ b/run.sh.txt @@ -0,0 +1,7 @@ +#!/bin/bash +# 安装依赖 +pip install -r requirements.txt +# 运行主程序 +python llm_danmaku_analysis.py +# 运行单元测试 +python -m unittest test_llm_analysis.py -v \ No newline at end of file