Jerry0723 commited on
Commit
5865fb8
1 Parent(s): ce4c2cc

update changelog and date in main.py

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. changelog.md +11 -2
app.py CHANGED
@@ -46,7 +46,7 @@ _BIBTEX = """
46
  }
47
  """
48
 
49
- _LAST_UPDATED = "November 24, 2024"
50
 
51
  banner_url = "./assets/logo.png"
52
  _BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>' # noqa
 
46
  }
47
  """
48
 
49
+ _LAST_UPDATED = "December 28, 2024"
50
 
51
  banner_url = "./assets/logo.png"
52
  _BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>' # noqa
changelog.md CHANGED
@@ -28,8 +28,17 @@ version: v1.0.3
28
  - [2]feat: remove Qwen base models
29
  - [3]feat: update some models' name
30
 
31
- ### 2024-12-26
32
  version: v1.0.4
33
 
34
  changed:
35
- - [1]feat: update 9 models due to the December's todo-list
 
 
 
 
 
 
 
 
 
 
28
  - [2]feat: remove Qwen base models
29
  - [3]feat: update some models' name
30
 
31
+ ### 2024-12-28
32
  version: v1.0.4
33
 
34
  changed:
35
+ - [1]feat: update 9 models due to the December's todo-list:
36
+ - QwQ-32B-Preview
37
+ - Llama-3.1-70B-Instruct
38
+ - Llama-3.3-70B-Instruct
39
+ - Mistral-Nemo-Instruct-2407
40
+ - Ministral-8B-Instruct-2410
41
+ - Phi-3-small-8k-instruct
42
+ - Phi-3-small-128k-instruct
43
+ - Phi-3-medium-4k-instruct
44
+ - Phi-3-medium-128k-instruct