Spaces:
Runtime error
Runtime error
switch to gemma 2b
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ class Competition:
|
|
36 |
id: str
|
37 |
name: str
|
38 |
|
39 |
-
COMPETITIONS = [Competition(id="g1", name="gemma-
|
40 |
DEFAULT_COMPETITION_ID = "m1"
|
41 |
|
42 |
def get_subtensor_and_metagraph() -> typing.Tuple[bt.subtensor, bt.metagraph]:
|
|
|
36 |
id: str
|
37 |
name: str
|
38 |
|
39 |
+
COMPETITIONS = [Competition(id="g1", name="gemma-2b"), Competition(id="m1", name="mistral-7b")]
|
40 |
DEFAULT_COMPETITION_ID = "m1"
|
41 |
|
42 |
def get_subtensor_and_metagraph() -> typing.Tuple[bt.subtensor, bt.metagraph]:
|