From c8fb17284348f5f2487b691bc282f34fc466f76a Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sun, 1 Sep 2024 17:33:47 -0400 Subject: [PATCH] [DOCS] --- mkdocs.yml | 15 +-------------- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index af3d79f8..02052406 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -305,17 +305,4 @@ nav: - BitLinear: "zeta/quant/bitlinear.md" - niva: "zeta/quant/niva.md" - zeta.rl: - - Reinforcement Learning: - - DPO: "zeta/rl/dpo.md" - # - Examples: - # - Overview: "examples/index.md" - # - PytorchCS: "examples/torch_cs.md" - # - Corporate: - # - Overview: "corporate/main.md" - # - Product: - # - Overview: "zeta/product/product_ideas.md" - # - Zetahub: "zeta/product/zetahub.md" - # - Growth: "corporate/growth.md" - # - ZetaCloud: "corporate/zeta_cloud.md" - # - Blog: - # - Introduction: "blog/introduction_to_zeta.md" \ No newline at end of file + - DPO: "zeta/rl/dpo.md" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index fbb1ec84..5e2ea972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ mkdocs mkdocs-material mkdocs-glightbox argparse -fairseq>=0.12.2,<0.13.0 \ No newline at end of file +fairseq \ No newline at end of file