AlEscher

Results 4 issues of AlEscher

I had a simple executable that was meant for a Reverse Engineering challenge. I wanted to patch a `JZ` to a `JNZ`. This worked normally with Ghidra's "Export Binary" function,...

I saw the prompt to update LiveSplit and after I did, it restarted without saving the splits. Ideally it should save automatically before closing or prompt the user to save...

Enhancement

## Description I am trying to convert a Huggingface model to make it compatible with DJL. My goal is to use `djl-convert` to convert the model and be able to...

bug

The code from https://huggingface.co/Salesforce/codegen25-7b-multi_P#causal-sampling-code-autocompletion and https://github.com/salesforce/CodeGen/tree/main/codegen25#sampling does not work currently. Creating the tokenizer like ```python tokenizer = AutoTokenizer.from_pretrained("Salesforce/codegen25-7b-mono", trust_remote_code=True) # or tokenizer = AutoTokenizer.from_pretrained("Salesforce/codegen25-7b-multi", trust_remote_code=True) ``` gives an error: ```...