Skip to content

Commit

Permalink
bug fix of the llm restructuring (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Apr 16, 2024
1 parent 22186ce commit 08f74fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llm/cpu/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta http-equiv="Refresh" content="0; url='./llama2/cpu/'" />
<meta http-equiv="Refresh" content="0; url='../llama2/cpu/'" />
2 changes: 1 addition & 1 deletion llm/xpu/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta http-equiv="Refresh" content="0; url='./llama2/xpu/'" />
<meta http-equiv="Refresh" content="0; url='../llama2/xpu/'" />

0 comments on commit 08f74fe

Please sign in to comment.