AI4SE_Practices/AI4SE-survey/test-standards/test-tasks/samples/task11-sample-input.md

19 lines
570 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Task11 示例输入:本地化大模型(部署与测试提示)
## 目标机器信息(示例)
- 操作系统Ubuntu 22.04
- GPUNVIDIA RTX 4090显存 24GB
- 可用内存64GB
## 部署要求
安装并启动 CodeLlama-7B本地提供一个 HTTP 接口用于代码补全与审查任务。
## 测试用例示例
1. 提示:"为以下函数生成 docstringdef add(a, b): return a + b"
2. 提示:"将以下同步函数改为异步实现,并说明潜在问题。"
记录启动日志、平均响应时延ms、内存/显存占用。