Carlos

Results 5 comments of Carlos

```You mean a way to pass in a list of colours or alphas to plot()?``` Yes, and somehow locate those values based on a coordinate ```In the meantime though, you...

This is what you need to do in order to log in successfully. First follow the updates on issue #2 to the client.py, then add a `ts_client.login()` to initiate a...

1 - Clone the repo 2 - Cd into the new folder 3 - pip install -e .

This worked for me (M2 Studio Ultra): ```# 1. Uninstall hnswlib > pip uninstall hnswlib # 2. Clear the pip cache > pip cache purge # 3. Reinstall with the...

if you are using [LLAMA2](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md#common-options) you can pass it the `-n` flag and it will provide longer answers `-n N, --n-predict N: Set the number of tokens to predict when...