Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ title = "InternLM Llama.cpp"
|
|
34 |
description = """InternLM3-8B-Instruct, an open-source 8B parameter instruction model, surpasses similar models in reasoning and knowledge tasks, requiring less data and cost while offering adaptable response modes."""
|
35 |
|
36 |
|
37 |
-
@spaces.GPU
|
38 |
def respond(
|
39 |
message: str,
|
40 |
history: List[Tuple[str, str]],
|
|
|
34 |
description = """InternLM3-8B-Instruct, an open-source 8B parameter instruction model, surpasses similar models in reasoning and knowledge tasks, requiring less data and cost while offering adaptable response modes."""
|
35 |
|
36 |
|
37 |
+
@spaces.GPU
|
38 |
def respond(
|
39 |
message: str,
|
40 |
history: List[Tuple[str, str]],
|