File tree Expand file tree Collapse file tree 5 files changed +1562
-874
lines changed Expand file tree Collapse file tree 5 files changed +1562
-874
lines changed Original file line number Diff line number Diff line change 104
104
105
105
106
106
107
+ < label class ="md-header__button md-icon " for ="__search ">
108
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z "/> </ svg >
109
+ </ label >
110
+ < div class ="md-search " data-md-component ="search " role ="dialog ">
111
+ < label class ="md-search__overlay " for ="__search "> </ label >
112
+ < div class ="md-search__inner " role ="search ">
113
+ < form class ="md-search__form " name ="search ">
114
+ < input type ="text " class ="md-search__input " name ="query " aria-label ="Search " placeholder ="Search " autocapitalize ="off " autocorrect ="off " autocomplete ="off " spellcheck ="false " data-md-component ="search-query " required >
115
+ < label class ="md-search__icon md-icon " for ="__search ">
116
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z "/> </ svg >
117
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z "/> </ svg >
118
+ </ label >
119
+ < nav class ="md-search__options " aria-label ="Search ">
120
+
121
+ < button type ="reset " class ="md-search__icon md-icon " title ="Clear " aria-label ="Clear " tabindex ="-1 ">
122
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z "/> </ svg >
123
+ </ button >
124
+ </ nav >
125
+
126
+ </ form >
127
+ < div class ="md-search__output ">
128
+ < div class ="md-search__scrollwrap " data-md-scrollfix >
129
+ < div class ="md-search-result " data-md-component ="search-result ">
130
+ < div class ="md-search-result__meta ">
131
+ Initializing search
132
+ </ div >
133
+ < ol class ="md-search-result__list " role ="presentation "> </ ol >
134
+ </ div >
135
+ </ div >
136
+ </ div >
137
+ </ div >
138
+ </ div >
139
+
107
140
108
141
< div class ="md-header__source ">
109
142
< a href ="https://github.com/abetlen/llama-cpp-python " title ="Go to repository " class ="md-source " data-md-component ="source ">
You can’t perform that action at this time.
0 commit comments