1. 11 Dec, 2024 1 commit
    • myhloli's avatar
      build(deps): update torch and torchvision version requirements · 9a96362d
      myhloli authored
      - Specify torch==2.3.1 and torchvision==0.18.1 for Windows CUDA installation
      - Add torch and torchvision version constraints in setup.py:
        - torch>=2.2.2,<=2.3.1
        - torchvision>=0.17.2,<=0.18.1
      - Update installation instructions in both English and Chinese README files
      9a96362d
  2. 09 Dec, 2024 1 commit
    • myhloli's avatar
      docs(windows): update CUDA installation guide · ede7d361
      myhloli authored
      - Remove specific version requirements for torch and torchvision
      - Simplify installation command in both English and Chinese guides
      - Delete important note about version compatibility
      ede7d361
  3. 22 Nov, 2024 2 commits
  4. 11 Nov, 2024 5 commits
  5. 08 Nov, 2024 2 commits
  6. 06 Nov, 2024 2 commits
    • myhloli's avatar
      docs(model): update model download instructions- Remove outdated information... · 62b0a2a4
      myhloli authored
      docs(model): update model download instructions- Remove outdated information about git lfs download method
      - Clarify the version-specific instructions for model updates
      - Improve readability and structure of the documentation
      62b0a2a4
    • myhloli's avatar
      docs: enhance documentation with important notices and tips · 928d123c
      myhloli authored
      - Add important notice about git lfs download issues in model download docs
      - Include warning about 0.9.x version changes in model update section
      - Add tip for finding user directory in config file location
      - Improve readability of TODO list in README files
      - Standardize important notices and tips across multiple language versions
      928d123c
  7. 05 Nov, 2024 2 commits
  8. 02 Nov, 2024 1 commit
  9. 01 Nov, 2024 4 commits
  10. 29 Oct, 2024 1 commit
    • myhloli's avatar
      (docs&build): switch to Aliyun PyPI mirror · 4c412b28
      myhloli authored
      - Update PyPI mirror from Tsinghua to Aliyun in multiple Dockerfiles and installation scripts
      - This change may improve package download speed and reliability for users in China
      4c412b28
  11. 28 Oct, 2024 1 commit
  12. 24 Oct, 2024 2 commits
  13. 14 Oct, 2024 1 commit
  14. 09 Oct, 2024 3 commits
  15. 08 Oct, 2024 6 commits
    • myhloli's avatar
      docs: update CUDA acceleration guides and README content · 2fb3869e
      myhloli authored
      - Update GPU hardware support information in README.md and README_zh-CN.md
      - Enhance CUDA acceleration guides for Ubuntu and Windows
      - Modify README_zh-CN.md to reflect changes in GPU requirements and configurations
      - Update TODO list to mark semantic reading order as completed
      2fb3869e
    • myhloli's avatar
      docs: add filename to wget command in model download scripts · 5de6af68
      myhloli authored
      - Update wget commands in both English and Chinese documentation to specify the filename
      - Improve clarity and prevent potential filename conflicts when downloading the scripts
      5de6af68
    • myhloli's avatar
      feat(docs): automate model download and configuration · 6c9b23c3
      myhloli authored
      - Add scripts to download models and update configuration file
      - Remove manual steps for modifying model paths
      - Update documentation for both ModelScope and HuggingFace model downloads
      - Improve user experience by automating the entire process
      6c9b23c3
    • myhloli's avatar
      feat(docs): automate model download and configuration · cf385779
      myhloli authored
      - Add scripts to download models and update configuration file
      - Remove manual steps for modifying model paths
      - Update documentation for both ModelScope and HuggingFace model downloads
      - Improve user experience by automating the entire process
      cf385779
    • myhloli's avatar
      docs: update model download instructions for version 0.9.x and later- Add note... · b28157ce
      myhloli authored
      docs: update model download instructions for version 0.9.x and later- Add note about separate download for layoutreader model in version 0.9.x and later
      - Include example code for downloading layoutreader model using ModelScope
      - Clarify that previous download methods do not support updating to version 0.9.x and later
      b28157ce
    • myhloli's avatar
      feat(layoutreader): support local model directory and improve model loading · ded2818a
      myhloli authored
      - Add function to get local LayoutReader model directory- Check and use local model directory if available
      - Fall back to online model if local directory not found
      - Update model initialization to support local path
      - Refactor model loading in singleton class
      ded2818a
  16. 27 Sep, 2024 2 commits
  17. 26 Sep, 2024 1 commit
  18. 13 Sep, 2024 2 commits
  19. 10 Sep, 2024 1 commit