Sergey Cooper
Results
2
issues of
Sergey Cooper
Let's say we have the following schema: ``` message UpdatePostPayload { optional string title = 1; optional string content = 2; optional string cover = 3; } ``` The request...
Error when running with basic example on MBP M1 Pro and sending prompt trough UI: ``` python3.10 generate.py \ --load_8bit \ --base_model 'decapoda-research/llama-7b-hf' \ --lora_weights 'tloen/alpaca-lora-7b ``` Logs: Running on...