ymcui / Chinese-LLaMA-Alpaca

中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki
Apache License 2.0
18.23k stars 1.86k forks source link

Update banner path, change default decoding values for Gradio demo #719

Closed ymcui closed 1 year ago

ymcui commented 1 year ago

Description

Fixes regarding gradio_demo.py:

  1. Original small_logo.png is not correctly rendered as 'small', thus it will be removed.
  2. Use width option to load original logo pic and render as a small one.
  3. Always load logo pic from remote (one may remove such logo if necessary by deleting relevant code).
  4. Change some default decoding values.

Related Issue

None.

Explanation of Changes

copilot:walkthrough