stefan-insilico commited on
Commit
b7fab40
1 Parent(s): aa6eeef

Delete mapper.py

Browse files
Files changed (1) hide show
  1. mapper.py +0 -11
mapper.py DELETED
@@ -1,11 +0,0 @@
1
- import sys
2
- from .mpt_7b.configuration_mpt import MPTConfig
3
- from .mpt_7b.modeling_mpt import MPTForCausalLM
4
-
5
- class MPTForCausalLM(MPTForCausalLM):
6
- def __init__(self):
7
- super().__init__()
8
-
9
- class MPTConfig(MPTConfig):
10
- def __init__(self):
11
- super().__init__()