Skip to content

Dominic789654/energy-to-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Energy-to-Token Project Page

Static project homepage for the NeurIPS 2026 position paper "LLM Inference Should Be Evaluated as Energy-to-Token Production".

Run locally

python -m http.server 8000
# open http://localhost:8000

Deploy on GitHub Pages

git init && git add . && git commit -m "init project page"
git remote add origin git@github.com:<user>/energy-to-token.git
git push -u origin main
# In repo Settings → Pages, set source to main branch / root.

Stack

  • Single index.html, no build step, no JS framework
  • Embedded CSS using :root custom properties (Claude-inspired warm palette)
  • Google Fonts: Space Grotesk (display) · Newsreader (body) · JetBrains Mono (data/code)
  • Vanilla copy-to-clipboard for BibTeX block

Edit checklist before publishing

  • Replace arxiv-link href with the real arXiv URL
  • Replace pdf-link href with the real PDF URL
  • Update the BibTeX block once an OpenReview / arXiv ID is assigned
  • Optionally add a Twitter/Open Graph card image (hero crop of figs/fig1_barrel.png)

About

Project page for: LLM Inference Should Be Evaluated as Energy-to-Token Production (position paper, 2026)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages