Skip to content

Commit

Permalink
add assertion for base model
Browse files Browse the repository at this point in the history
  • Loading branch information
april-yyt authored and Yutong Yang committed Mar 30, 2024
1 parent ef471ef commit edb2238
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/flexflow/serve/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ def convert_hf_weight_name(name):

def convert_hf_model(model, dst_folder):
assert False, "Not implemented yet"

def convert_ff_weight_name(name):
assert False, "Not implemented yet"

def load_weights_into_hf_model(model, src_folder):
assert False, "Not implemented yet"

0 comments on commit edb2238

Please sign in to comment.