Oleg Jakushkin
Oleg Jakushkin
What I want to do: ``` model = MosaicGPT.from_pretrained( "mosaicml/mpt-1b-redpajama-200b", trust_remote_code=True, attn_impl='torch' ) trainer = SFTTrainer( model=model, tokenizer=tokenizer, train_dataset=tokenized_train_data["train"], eval_dataset=tokenized_val_data["validation"], dataset_text_field="text", args=training_args, neftune_noise_alpha=5 #the only one important thing for me...
### Summary There is a sample on compiling [nanoGPT to ONNX](https://github.com/zkonduit/ezkl/tree/main/examples/onnx/nanoGPT), yet no sample on how to use LLM like model with EZKL. Could you please add an example on...
Fixes nethermind does not return eth log when selfdestructive contract sends eth issue. Expected log was: ``` "logs": [ { "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", "topics": [ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", "0x000000000000000000000000c200000000000000000000000000000000000000", "0x0000000000000000000000000000000000000000000000000000000000000000" ], "data": "0x00000000000000000000000000000000000000000000000000000000001e8480",...