Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,10 @@ Observe the model's performance in deciphering complex math questions, such as "
|
|
17 |
## Accelerated Inferenced on CPUs
|
18 |
The MPT model runs purely on CPU courtesy of [software acceleration by DeepSparse](https://github.com/neuralmagic/deepsparse/tree/main/research/mpt). DeepSparse offers accelerated inference by taking advantage of the MPT model's sparsity
|
19 |
hence delivering results fast.
|
20 |
-
|
|
|
21 |
"""
|
|
|
22 |
from huggingface_hub import snapshot_download
|
23 |
MODEL_ID = snapshot_download(repo_id=MODEL_ID, use_auth_token="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")
|
24 |
|
|
|
17 |
## Accelerated Inferenced on CPUs
|
18 |
The MPT model runs purely on CPU courtesy of [software acceleration by DeepSparse](https://github.com/neuralmagic/deepsparse/tree/main/research/mpt). DeepSparse offers accelerated inference by taking advantage of the MPT model's sparsity
|
19 |
hence delivering results fast.
|
20 |
+
|
21 |
+
![Speedup](https://cdn-uploads.huggingface.co/production/uploads/60466e4b4f40b01b66151416/qMW-Uq8xAawhANTZYB7ZI.png)
|
22 |
"""
|
23 |
+
|
24 |
from huggingface_hub import snapshot_download
|
25 |
MODEL_ID = snapshot_download(repo_id=MODEL_ID, use_auth_token="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")
|
26 |
|