cmann50
cmann50
I was able to get around the error and make the backtesting.py indicators work by passing in the exact columns finta expects and no other columns. ``` from backtesting import...
I got this working after a few hours of messing with it. I'm not sure if I was having problems due to bad configuration, but the final setup works fine...
If you are trying to get the latest version of llama.cpp to work, you can download this model created yesterday: [selfee-13b.ggmlv3.q2_K.bin](https://huggingface.co/TheBloke/Selfee-13B-GGML/blob/main/selfee-13b.ggmlv3.q2_K.bin). Put the model in the models directory and run:...
I got this error trying to run tiiuae/falcon-40b-instruct on two A100 40GB GPUs. I ran it with these options: singularity run --nv -B $volume:/data ./text-generation-inference_0.8.sif --model-id $model --sharded $sharded --port...
Actually, the compareHash still should have failed since it would be comparing a hash against a hash (and compareHash expects plain text pass as first param, and hash as second)....