Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 750 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 750 Bytes

HN prediction Leaderboard

Blog post

Website template

Screenshot

Get Started

  1. Install llama.cpp and start a server
./llama-server --hf-repo "NousResearch/Hermes-2-Theta-Llama-3-70B-GGUF" \
        -m Hermes-2-Theta-Llama-3-70B-Q3_K_L.gguf \
        -n 16384
  1. Get HackerNews data from clickhouse
  2. Install python packages and run python/dev.ipynb notebook
  3. Start a dev website
pnpm i
pnpm dev
  1. Deploy to CloudFlare Pages