fuvty commited on
Commit
2951dc3
·
1 Parent(s): dd85252

[update] logo

Browse files
app.py CHANGED
@@ -435,7 +435,7 @@ D. Whether plants have interests.""",
435
  # Header with logo
436
  with gr.Row():
437
  with gr.Column(scale=1, min_width=100):
438
- gr.Image("resource/logo.png", show_label=False, show_download_button=False, container=False, height=80)
439
  with gr.Column(scale=5):
440
  gr.Markdown("# Cache-to-Cache Communication Demo")
441
  gr.Markdown("Compare three inference modes side-by-side: **Single** | **Text-to-Text Communication** | **Cache-to-Cache Communication**")
 
435
  # Header with logo
436
  with gr.Row():
437
  with gr.Column(scale=1, min_width=100):
438
+ gr.Image("https://raw.githubusercontent.com/thu-nics/C2C/main/resource/logo.png", show_label=False, show_download_button=False, container=False, height=80)
439
  with gr.Column(scale=5):
440
  gr.Markdown("# Cache-to-Cache Communication Demo")
441
  gr.Markdown("Compare three inference modes side-by-side: **Single** | **Text-to-Text Communication** | **Cache-to-Cache Communication**")
rosetta/baseline/__pycache__/multi_stage.cpython-310.pyc CHANGED
Binary files a/rosetta/baseline/__pycache__/multi_stage.cpython-310.pyc and b/rosetta/baseline/__pycache__/multi_stage.cpython-310.pyc differ
 
rosetta/model/__pycache__/oracle.cpython-310.pyc CHANGED
Binary files a/rosetta/model/__pycache__/oracle.cpython-310.pyc and b/rosetta/model/__pycache__/oracle.cpython-310.pyc differ
 
rosetta/model/__pycache__/projector.cpython-310.pyc CHANGED
Binary files a/rosetta/model/__pycache__/projector.cpython-310.pyc and b/rosetta/model/__pycache__/projector.cpython-310.pyc differ
 
rosetta/model/__pycache__/sampling.cpython-310.pyc CHANGED
Binary files a/rosetta/model/__pycache__/sampling.cpython-310.pyc and b/rosetta/model/__pycache__/sampling.cpython-310.pyc differ
 
rosetta/model/__pycache__/wrapper.cpython-310.pyc CHANGED
Binary files a/rosetta/model/__pycache__/wrapper.cpython-310.pyc and b/rosetta/model/__pycache__/wrapper.cpython-310.pyc differ
 
rosetta/utils/__pycache__/evaluate.cpython-310.pyc CHANGED
Binary files a/rosetta/utils/__pycache__/evaluate.cpython-310.pyc and b/rosetta/utils/__pycache__/evaluate.cpython-310.pyc differ
 
rosetta/utils/__pycache__/registry.cpython-310.pyc CHANGED
Binary files a/rosetta/utils/__pycache__/registry.cpython-310.pyc and b/rosetta/utils/__pycache__/registry.cpython-310.pyc differ