emozilla commited on
Commit
b71d951
·
1 Parent(s): 7e9f8cd

switch to gemma 2b

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ class Competition:
36
  id: str
37
  name: str
38
 
39
- COMPETITIONS = [Competition(id="g1", name="gemma-7b"), Competition(id="m1", name="mistral-7b")]
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]: