Skip to content

Commit

Permalink
add mlc package config file
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jul 19, 2024
1 parent bc760dc commit 5068e17
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions example/ios/mlc-package-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"device": "iphone",
"model_list": [
{
"model": "HF://mlc-ai/Phi-3-mini-4k-instruct-q4f16_1-MLC",
"model_id": "Phi-3-mini-4k-instruct-q4f16_1-MLC",
"bundle_weight": true,
"estimated_vram_bytes": 3043000000,
"overrides": {
"prefill_chunk_size": 128
}
}
]
}

0 comments on commit 5068e17

Please sign in to comment.