Marc Love

Results 8 comments of Marc Love

This is possible already, though some documentation could be helpful. `safeAreaLayoutGuide` is a `UILayoutGuide`, which is already relatable in SnapKit via `snp`. Example: ```swift let subview = UIView() addSubview(subview) subview.snp.makeConstraints...

The base model hasn't been fine-tuned at all, so you can use whatever format you want. However, keep in mind that if you do fine-tune the base model on a...

Relieved to see I'm not the only one. 😅 I get practically the same results as you @KJ-Waller when using the Guanaco fine-tuning script for LLaMA 2, and performance on...

Thank you @artidoro! I ran the `finetune_llama2_guanaco_7b.sh` script to try to orient myself to what I should expect with qlora before running on my own dataset and thought I had...

+1 That this is incredibly annoying and really ought to be shown in the Settings for the Copilot extension, not a secret setting where I have to find this issue...

Using the generated data to train a model that "competes" with OpenAI's models is a violation of their TOS, but not illegal. Whether it's "commercially usable" is something your company...

> Hey thanks for the work, since this syntax is quite verbose and is only useful for using another tauri runtime (in this case the mock runtime), I think maybe...

My solution was to switch to using [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild), which you can also use within the context of [goreleaser](https://goreleaser.com/customization/builds/rust/).