Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/concedo'
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed Dec 15, 2023
2 parents a2dcd33 + 7798587 commit eee005e
Show file tree
Hide file tree
Showing 23 changed files with 1,612 additions and 675 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ indent_size = 4
[Makefile]
indent_style = tab

[scripts/*.mk]
indent_style = tab

[prompts/*.txt]
insert_final_newline = unset

Expand Down
184 changes: 0 additions & 184 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/enhancement.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/editorconfig.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/gguf-publish.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/kcpp-build-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Koboldcpp Builder Linux

on: workflow_dispatch
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
linux:
runs-on: ubuntu-20.04
steps:
- name: Clone
id: checkout
uses: actions/checkout@v3
with:
ref: concedo_experimental

- name: Dependencies
id: depends
run: |
sudo apt-get update
sudo apt-get install git curl bzip2
- name: Build
id: make_build
run: |
./koboldcpp.sh dist
- name: Save artifact
uses: actions/upload-artifact@v3
with:
name: kcpp_linux_binary
path: dist/
20 changes: 0 additions & 20 deletions .github/workflows/python-lint.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/tidy-post.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/tidy-review.yml

This file was deleted.

Loading

0 comments on commit eee005e

Please sign in to comment.