Skip to content

Commit

Permalink
Update challenges info (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Li <[email protected]>
  • Loading branch information
shiptux authored Jul 3, 2024
1 parent 439a416 commit bbba196
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
11 changes: 2 additions & 9 deletions docs/challenges/P2421/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ import ChallengeDraftAnnouncement from '../../../src/components/ChallengeDraftAn

利用 RuyiSDK 的[新 32 位工具链](#新-32-位工具链),和内建的新 32 位 QEMU 模拟器,完成指定 Hypervisor 的移植。

指定 Hypervisor 包括:

- Xen
- Bao
- Xvisor
- seL4

每个 Hypervisor 默认诞生一位冠军。
指定 Hypervisor 为 seL4。

### 新 32 位工具链

Expand All @@ -40,7 +33,7 @@ import ChallengeDraftAnnouncement from '../../../src/components/ChallengeDraftAn

## 验证平台

- 嘉楠 K230 或 K230d 开发板
- Ruyi SDK 自带的 QEMU

## 提交仓库

Expand Down
9 changes: 5 additions & 4 deletions docs/challenges/S2422/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Llama 3 在 TH1520 上的优化实现
title: Llama 3 在 K230 上的优化实现
cid: S2422
slug: /S2422
award: 人民币 5000 - 30000
numberOfChampions: 1
description: 在搭载了 TH1520 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。
description: 在搭载了 K230 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。
---

import ChallengesMetaInDoc from '../../../src/components/ChallengeMetaInDoc';
Expand All @@ -17,16 +17,17 @@ import ChallengeDraftAnnouncement from '../../../src/components/ChallengeDraftAn

## 项目描述

在搭载了 TH1520 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。
在搭载了 K230 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。

## 产出及评分要求

- 本题是优化竞速类赛题。
- 能够正常运行模型。
- 不限制量化方式和量化类型,不限制优化方法。但是不能明显破坏模型的执行逻辑,或通过明显牺牲输出质量的方式进行加速。

## 验证平台

- LicheePi 4A
- K230

## 提交仓库

Expand Down

0 comments on commit bbba196

Please sign in to comment.