Skip to content

Commit

Permalink
Merge pull request #10 from run-ai/omer/bugfix-8f
Browse files Browse the repository at this point in the history
Support float8 dtype
  • Loading branch information
omer-dayan authored Oct 15, 2024
2 parents 53c7b45 + 6d0d8d5 commit cb41e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion py/runai_model_streamer/requirements.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=2.0.0,<3.0.0
torch>=2.1.0,<3.0.0
numpy==1.24.4
safetensors==0.4.2
humanize==4.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"I8": torch.int8,
"U8": torch.uint8,
"BOOL": torch.bool,
"F8_E5M2": torch.float8_e5m2,
"F8_E4M3": torch.float8_e4m3fn,
}


Expand Down

0 comments on commit cb41e37

Please sign in to comment.