.nav.yml 1.83 KB
Newer Older
raojy's avatar
raojy committed
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
nav:
  - Home: README.md
  - User Guide:
    - usage/README.md
    - Getting Started:
      - getting_started/quickstart.md
      - getting_started/installation
      - Examples: examples
    - General:
      - usage/v1_guide.md
      - usage/*
    - Inference and Serving:
      - serving/offline_inference.md
      - serving/openai_compatible_server.md
      - serving/*
      - serving/integrations
    - Deployment:
      - deployment/*
      - deployment/frameworks
      - deployment/integrations
    - Training: training
    - Configuration:
      - configuration/*
      - TPU: https://docs.vllm.ai/projects/tpu/en/latest/
    - Models:
      - models/supported_models.md
      - models/generative_models.md
      - models/pooling_models.md
      - models/extensions
      - Hardware Supported Models:
        - models/hardware_supported_models/*
        - TPU: https://docs.vllm.ai/projects/tpu/en/latest/recommended_models_features/
    - Features: features
  - Developer Guide:
    - contributing/README.md
    - General:
      - glob: contributing/*
        flatten_single_child_sections: true
    - Model Implementation:
      - contributing/model/README.md
      - contributing/model/basic.md
      - contributing/model/registration.md
      - contributing/model/tests.md
      - contributing/model/multimodal.md
      - contributing/model/transcription.md
    - CI: contributing/ci
    - Design Documents:
      - Plugins:
        - design/*plugin*.md
      - design/*
  - Benchmarking:
      - benchmarking/README.md
      - benchmarking/cli.md
      - benchmarking/sweeps.md
      - benchmarking/dashboard.md
  - API Reference:
    - api/README.md
    - api/vllm
  - CLI Reference: cli
  - Community:
    - community/*
    - Governance: governance
    - Blog: https://blog.vllm.ai
    - Forum: https://discuss.vllm.ai
    - Slack: https://slack.vllm.ai