tjohnman
tjohnman
I'm on macOS with a Spanish keyboard too, and I realized can't type `[`, `]`, `{` or `}` (all of them are written by holding Option and pressing a key)....
Should we just let password_hash generate the salt instead of generating one ourselves?
Works on ASUS VX239, MacBook Pro 14,1 and macOS Monterey 12.1. I'm very grateful.
I'd like to add that, regarding the animation/preview viewport on the top right, the zoom slider gets messed up and unworkable when using UI scaling. Using Version 0.10.1-stable on Windows...
> Hey! That’s because **Expo doesn’t support Viro**, you should init it from a bare react-native project. Use this as guide: https://docs.viromedia.com/docs/quick-start . Don’t be afraid of initializing a new...
I think this might have to do with the way the program deals with a large `-n` token count. Related to this, there is the issue of interactive mode dropping...
> > This makes people use large `-n` numbers and put things in their prompts like “the conversation goes on forever” in order to try and avoid it. > >...
> I mentioned it in another issue: llama was trained with tokenizer augmentations, means the tokenizer occasionally did sub-optimal word partitioning at training time: > > https://github.com/google/sentencepiece#subword-regularization-and-bpe-dropout > > It...
As a workaround for this I'm using "\x7B" to print "{" in PHP, but this makes the code difficult to read down the line.
Detecting when a stack overflow is going to happen in a portable way is tricky. If we could use `malloc()` to allocate this memory it would be able to fail...