NicholasJohn commited on
Commit
35a5e17
·
1 Parent(s): 44fdb48
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from typing import Tuple, List
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
 
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-Instruct"
9
 
10
  DESCRIPTION = f"""
11
  # Chat with an Efficient Sparse Llama 2 Model on CPU