Eric Munsing
Eric Munsing
Update to peekg's fork to handle the hex formatting error when using call() and call_with_transaction(). This means that the demos in README.md now work.
It appears that the `s.variables[i].toInd` value is computed differently for the first variable created (i==0) than it is treated for variable created later. The indexing for the i=0 variable goes...
Similar to #13 and likely for the same reason: When running the sample problem in README.md on `python==3.9.17, sklearn==1.1.1, irf==0.2.5` I get `TypeError: __init__() got an unexpected keyword argument 'min_impurity_split'`...
### Bug description When attempting to download Falcon3-1B-Base I get the below error, which is generated because the download package only includes a single *model.safetensors* file but the *model.safetensors.index.json* index...