We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5027f9 commit 21e3a1aCopy full SHA for 21e3a1a
1 file changed
js/indexstart.js
@@ -19,7 +19,7 @@ st+= ' Active Projects';
19
st+= ' </a>';
20
st+= ' <div class="dropdown-menu" aria-labelledby="fundedProjectsDropdown">';
21
st+= ' <a class="dropdown-item" target="_blank" href="'+path+'nsf-iis-2348919/index.html">NSF IIS-2348919 | Fairness-aware Data Structures</a>';
22
-st+= ' <a class="dropdown-item" target="_blank" href="'+path+'efficient-llm-inference/index.html">Efficient and Private On-device LLM Inference</a>';
+st+= ' <a class="dropdown-item" target="_blank" href="'+path+'efficient-llm-inference/index.html">Efficient LLM Inference</a>';
23
st+= ' <a class="dropdown-item" target="_blank" href="'+path+'trustworthy-llms-and-llm-agents/index.html">Trustworthy LLMs and LLM Agents</a>';
24
st+= ' </div>';
25
st += ' </li> ';
0 commit comments