NicholasJohn commited on
Commit
44fdb48
·
1 Parent(s): e02bf09
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from typing import Tuple, List
4
 
5
  deepsparse.cpu.print_hardware_capability()
6
 
7
- MODEL_ID = "hf:neuralmagic/Llama-2-7b-pruned70-retrained-ultrachat-quant-ds"
 
8
 
9
  DESCRIPTION = f"""
10
  # Chat with an Efficient Sparse Llama 2 Model on CPU
 
4
 
5
  deepsparse.cpu.print_hardware_capability()
6
 
7
+ # MODEL_ID = "hf:neuralmagic/Llama-2-7b-pruned70-retrained-ultrachat-quant-ds"
8
+ MODEL_ID = "hf:meta-llama/Meta-Llama-3-8B"
9
 
10
  DESCRIPTION = f"""
11
  # Chat with an Efficient Sparse Llama 2 Model on CPU