Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'phi2' of https://github.com/intel/neural-speed into phi2
Browse files Browse the repository at this point in the history
  • Loading branch information
intellinjun committed Jan 23, 2024
2 parents b12360f + 647466c commit fff3b3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neural_speed/convert/convert_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def main(args_in: Optional[List[str]] = None) -> None:

fout.write(struct.pack("i", ne_file_magic)) # magic: ne in hex
fout.write(struct.pack("i", 1))
#import pdb;pdb.set_trace()
fout.write(struct.pack("i", hparams["vocab_size"]))
fout.write(struct.pack("i", hparams["hidden_size"]))
fout.write(struct.pack("i", hparams["intermediate_size"])) # dummy data
Expand Down

0 comments on commit fff3b3f

Please sign in to comment.