iofu728 commited on
Commit
4aabc8d
·
1 Parent(s): 24083d5

Feature(MInference): fix the global parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,9 +80,9 @@ def chat_llama3_8b(message: str,
80
  Returns:
81
  str: The generated response.
82
  """
 
83
  if "has_patch" not in model.__dict__:
84
  from minference import MInference
85
- global model
86
  subprocess.run(
87
  "pip install pycuda==2023.1",
88
  shell=True,
 
80
  Returns:
81
  str: The generated response.
82
  """
83
+ global model
84
  if "has_patch" not in model.__dict__:
85
  from minference import MInference
 
86
  subprocess.run(
87
  "pip install pycuda==2023.1",
88
  shell=True,