|
|
<!DOCTYPE html> |
|
|
<html> |
|
|
<head> |
|
|
<meta charset='UTF-8'> |
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'> |
|
|
<title>Index of /openai_moe/impls</title> |
|
|
<style> |
|
|
:root { |
|
|
--bg-primary: #0a0a0a; |
|
|
--bg-secondary: #121212; |
|
|
--bg-tertiary: #181818; |
|
|
--text-primary: #e0e0e0; |
|
|
--text-secondary: #888888; |
|
|
--text-link: #64b5f6; |
|
|
--border-primary: #2a2a2a; |
|
|
} |
|
|
body { |
|
|
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; |
|
|
background: var(--bg-primary); |
|
|
color: var(--text-primary); |
|
|
margin: 0; |
|
|
padding: 16px; |
|
|
max-width: 900px; |
|
|
margin: 0 auto; |
|
|
} |
|
|
.controls { |
|
|
display: flex; |
|
|
justify-content: flex-end; |
|
|
margin-bottom: 1rem; |
|
|
} |
|
|
.back-button { |
|
|
background: var(--bg-secondary); |
|
|
border: 1px solid var(--border-primary); |
|
|
padding: 8px 12px; |
|
|
border-radius: 4px; |
|
|
color: var(--text-secondary); |
|
|
cursor: pointer; |
|
|
font-size: 0.9rem; |
|
|
text-decoration: none; |
|
|
display: inline-block; |
|
|
} |
|
|
.back-button:hover { |
|
|
color: var(--text-primary); |
|
|
background: var(--bg-tertiary); |
|
|
} |
|
|
h1 { |
|
|
font-size: 1.5em; |
|
|
margin: 1rem 0; |
|
|
color: var(--text-primary); |
|
|
border-bottom: 1px solid var(--border-primary); |
|
|
padding-bottom: 0.5rem; |
|
|
} |
|
|
ul { |
|
|
list-style-type: none; |
|
|
padding: 0; |
|
|
} |
|
|
li { |
|
|
margin: 0; |
|
|
border-bottom: 1px solid var(--border-primary); |
|
|
} |
|
|
li:last-child { |
|
|
border-bottom: none; |
|
|
} |
|
|
a { |
|
|
display: block; |
|
|
padding: 0.75rem 0.5rem; |
|
|
text-decoration: none; |
|
|
color: var(--text-link); |
|
|
transition: background 0.2s ease; |
|
|
} |
|
|
a:hover { |
|
|
background: var(--bg-secondary); |
|
|
} |
|
|
.dir { |
|
|
font-weight: 500; |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body> |
|
|
<div class='controls'> |
|
|
<a href='../index.html' class='back-button'>← back</a> |
|
|
</div> |
|
|
<h1>Index of /openai_moe/impls</h1> |
|
|
<ul> |
|
|
<li><a href='binned_torch.html' class='file'>binned_torch.html</a></li> |
|
|
<li><a href='gpt_oss_moe.html' class='file'>gpt_oss_moe.html</a></li> |
|
|
</ul> |
|
|
</body> |
|
|
</html> |