1. 30 Jul, 2024 2 commits
    • myhloli's avatar
      feat(readme): add mainline support and system requirements details · a1b06706
      myhloli authored
      - Emphasize the importance of mainline support for stability and reliability.
      - Define the supported operating systems, CPU architectures, memory requirements,
        Python versions, Nvidia drivers, and CUDA environments.
      - Provide guidance on GPU hardware support and minimum/recommended configurations.
      - Include a note on compatibility issues and the importance of using the specified
        versions of dependencies.
      - Update installation command and verify version to prevent incorrect package installations.
      - Add missing GPU quick start guides for Ubuntu and Windows.
      - Refactor usage example code by initializing an empty list for `model_list` and
        adding a call to `pipe.pipe_analyze()`.
      a1b06706
    • xuchao's avatar
      Redesign the structure of the readme.md to make the document hierarchy... · ca9530d8
      xuchao authored
      Redesign the structure of the readme.md to make the document hierarchy clearer, making it easier for users to understand.
      ca9530d8