-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (29 loc) · 733 Bytes
/
_config.yml
File metadata and controls
36 lines (29 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
theme: jekyll-theme-cayman
title: "NeurIPS Large Language Model Efficiency Challenge:<br/>1 LLM + 1GPU + 1Day"
description: NeurIPS 2023 Challenge
timezone: America/New_York
navigation:
Home: "index"
Challenge: "challenge"
Rules: "rules"
Timeline: "dates"
Prizes: "prizes"
Starter Kit: "starter_kit"
Feedback: "feedback"
Leaderboard: "leaderboard"
Organizers: "organizers"
Advisors: "advisors"
Workshop: "schedule"
# Invited Speakers: "speakers"
# FAQ: "faq"
Sponsors: "sponsors"
# Q&A: "question"
markdown: kramdown
kramdown:
parse_span_html: true
parse_block_html: true
math_engine: katex
plugins:
- jekyll-seo-tag
- jekyll-spaceship
exclude: ["README.md", "Gemfile", "Gemfile.lock"]