Skip to content

Commit 433d7e2

Browse files
committed
update news
1 parent 4b5c9b7 commit 433d7e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/assets/publications/yao2024deft/deft.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div align="center">
3-
<img src="deft.jpeg" alt="logo" width="200"></img>
3+
<img src="./deft.jpeg" alt="logo" width="200"></img>
44
</div>
55

66
--------------------------------------------------------------------------------
@@ -15,5 +15,5 @@ Large language models (LLMs) are increasingly employed for complex tasks that pr
1515

1616
## DeFT Overview
1717
<div align="center">
18-
<img src="DeFT_overview.jpg" alt="overview" width="95%"></img>
18+
<img src="./DeFT_overview.jpg" alt="overview" width="95%"></img>
1919
</div>

src/config/About.jsx

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ const highlights = [
1111
];
1212

1313
const news = [
14+
{
15+
time: "Jan 2025",
16+
event:
17+
"🔥 DeFT is accepted at ICLR 2025. [[Paper](https://arxiv.org/abs/2404.00242)] ",
18+
},
1419
{
1520
time: "Jan 2025",
1621
event:

0 commit comments

Comments
 (0)