Skip to content

Commit

Permalink
Merge pull request #156 from macrocosm-os/Bump_version_to_v4_1_1
Browse files Browse the repository at this point in the history
bumped version to 4.4.1
  • Loading branch information
cryptal-mc authored Aug 23, 2024
2 parents 0b312c4 + 3427236 commit 4922fe9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
GPTNeoXForCausalLM,
GPTJForCausalLM,
PhiForCausalLM,
Phi3ForCausalLM,
GemmaForCausalLM,
Gemma2ForCausalLM,
Qwen2ForCausalLM,
StableLmForCausalLM,
)

from taoverse.model.competition.data import (
Expand All @@ -35,7 +33,7 @@
# ---------------------------------

# Release
__version__ = "4.1.0"
__version__ = "4.1.1"

# Validator schema version
__validator_version__ = "3.0.0"
Expand Down Expand Up @@ -75,8 +73,6 @@
FalconForCausalLM,
GPTNeoXForCausalLM,
GPTJForCausalLM,
StableLmForCausalLM,
Phi3ForCausalLM,
Qwen2ForCausalLM,
}
ALLOWED_MODEL_TYPES_2 = {
Expand All @@ -88,8 +84,6 @@
PhiForCausalLM,
GemmaForCausalLM,
Gemma2ForCausalLM,
StableLmForCausalLM,
Phi3ForCausalLM,
Qwen2ForCausalLM,
}

Expand Down

0 comments on commit 4922fe9

Please sign in to comment.