sdiazlor commited on
Commit
a924a69
·
verified ·
1 Parent(s): db62b2a

Add CTA to model card

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
3
  metrics:
4
  - memory_disk
5
  - memory_inference
@@ -217,3 +217,36 @@ The license of the smashed model follows the license of the original model. Plea
217
 
218
  - Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
219
  - Request access to easily compress your own AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ thumbnail: https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg
3
  metrics:
4
  - memory_disk
5
  - memory_inference
 
217
 
218
  - Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
219
  - Request access to easily compress your own AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
220
+ ## ✨ Test our endpoints
221
+
222
+ Want to use our optimized models right away? Try them via our API for fast, easy access to Pruna-powered inference.
223
+
224
+ <style>
225
+ .model-button {
226
+ display: inline-flex;
227
+ flex-direction: row;
228
+ justify-content: center;
229
+ align-items: center;
230
+ gap: 8px;
231
+
232
+ padding: 8px 20px;
233
+ border: none;
234
+ border-radius: 8px;
235
+
236
+ background: #9334e9;
237
+ color: #ffffff;
238
+
239
+ font-size: 14px;
240
+ font-weight: 400;
241
+ line-height: 1;
242
+ text-decoration: none;
243
+ white-space: nowrap;
244
+ cursor: pointer;
245
+
246
+ box-sizing: border-box;
247
+ overflow: visible;
248
+ opacity: 1;
249
+ }
250
+ </style>
251
+
252
+ <a href="https://dashboard.pruna.ai/login?utm_source=huggingface&utm_medium=org_card&utm_campaign=hf_traffic" class="model-button">Try our models</a>