From 443d6b01dd50baef2b654207dafe266e9fcf5091 Mon Sep 17 00:00:00 2001 From: nader Date: Thu, 27 Apr 2023 21:09:09 +0000 Subject: [PATCH 1/2] added a badge to run and finetune quickly on Brev.dev --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index e236b5d..fd5e9d2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,8 @@ Run LLaMA and Alpaca on your computer. ## JUST RUN THIS +[![](https://uohmivykqgnnbiouffke.supabase.co/storage/v1/object/public/landingpage/createdevenv2.svg)](https://console.brev.dev/environment/new?os=ejmrvoj8m&us=62ga2fflb&repo=https://github.com/cocktailpeanut/dalai&repo=https://github.com/brevdev/template-setup-scripts&instance=g5.2xlarge&diskStorage=100Gi®ion=us-west-2&setupRepo=https://github.com/brevdev/template-setup-scripts&setupPath=dalai.sh) + ## TO GET From c62f0b82ecf32345479abd4bbb785678147bcb64 Mon Sep 17 00:00:00 2001 From: Anish <80174047+athreesh@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:29:44 -0700 Subject: [PATCH 2/2] Create LICENSE --- LICENSE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..45acbd1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2024 Brev.dev Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.