parent
c0e3ba6564
commit
bebcae6bba
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# 安装依赖
|
||||
pip install -r requirements.txt
|
||||
# 运行主程序
|
||||
python llm_danmaku_analysis.py
|
||||
# 运行单元测试
|
||||
python -m unittest test_llm_analysis.py -v
|
||||
Loading…
Reference in new issue