abenkbp commited on
Commit
926dc2c
·
1 Parent(s): b2372ef
Files changed (1) hide show
  1. data/models/llama3-1-8b.py +1 -1
data/models/llama3-1-8b.py CHANGED
@@ -22,7 +22,7 @@ pipeline = transformers.pipeline(
22
  )
23
 
24
  @app.route('/chat', methods=['POST'])
25
- @spaces.GPU
26
  def chat_completion():
27
  data = request.json
28
 
 
22
  )
23
 
24
  @app.route('/chat', methods=['POST'])
25
+ @spaces.GPU()
26
  def chat_completion():
27
  data = request.json
28