Spaces:
Running
on
Zero
Running
on
Zero
Feature(MInference): fix the global parameter
Browse files
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,
|