premAI-io / benchmarks

🕹️ Performance Comparison of MLOps Engines, Frameworks, and Languages on Mainstream AI Models.
MIT License
130 stars 5 forks source link

Re-Iterate, Fix PyTorch Benchmark and add Readme #139

Closed Anindyadeep closed 8 months ago

Anindyadeep commented 8 months ago

Checks:

Anindyadeep commented 8 months ago

Todo: Add a Quantized version with BitsAndBytes and check support for CPU.

Anindyadeep commented 8 months ago

Some comments:

  1. For having a significant difference I needed to bump up the max tokens from 200 to 512
  2. Change the prompt so that the prompt can generate something long.
  3. Moved log files to a Logs folder. The reason is, that it makes things very cluttered.

cc: @nsosio

I am thinking to keep this pattern for the other benchmarks as well.