amazingvince commited on
Commit
85e18c2
1 Parent(s): f5227a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -4,6 +4,11 @@ license: apache-2.0
4
 
5
  Included is code ripped from fastchat with the expected chat templating.
6
 
 
 
 
 
 
7
  ```python
8
  import dataclasses
9
  from enum import auto, Enum
 
4
 
5
  Included is code ripped from fastchat with the expected chat templating.
6
 
7
+ Also wiz.pdf is a pdf of the github blog showing the apache 2 release.
8
+ Link to wayback machine included: https://web.archive.org/web/20240415221214/https://wizardlm.github.io/WizardLM2/
9
+
10
+
11
+
12
  ```python
13
  import dataclasses
14
  from enum import auto, Enum