Spaces:
Paused
Paused
add reference code from vllm
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ This demo showcases two capabilities of the Pixtral model:
|
|
24 |
🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
25 |
"""
|
26 |
|
27 |
-
model_path = snapshot_download(repo_id="
|
28 |
|
29 |
with open(f'{model_path}/params.json', 'r') as f:
|
30 |
params = json.load(f)
|
|
|
24 |
🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
25 |
"""
|
26 |
|
27 |
+
model_path = snapshot_download(repo_id="mistral-community/pixtral-12b-240910")
|
28 |
|
29 |
with open(f'{model_path}/params.json', 'r') as f:
|
30 |
params = json.load(f)
|