forked from ggerganov/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/JoanFM/llama.cpp into fea…
…t-jina-v2-base-code
- Loading branch information
Showing
59 changed files
with
1,173 additions
and
1,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ COPY . . | |
ENV LLAMA_CURL=1 | ||
|
||
|
||
RUN make | ||
RUN make -j$(nproc) | ||
|
||
ENV LC_ALL=C.utf8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ WORKDIR /app | |
|
||
COPY . . | ||
|
||
RUN make | ||
RUN make -j$(nproc) | ||
|
||
FROM ubuntu:$UBUNTU_VERSION as runtime | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ COPY . . | |
|
||
ENV LLAMA_CURL=1 | ||
|
||
RUN make | ||
RUN make -j$(nproc) | ||
|
||
FROM ubuntu:$UBUNTU_VERSION as runtime | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Research | ||
description: Track new technical research area | ||
title: "Research: " | ||
labels: ["research 🔬"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Don't forget to check for any [duplicate research issue tickets](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22) | ||
- type: checkboxes | ||
id: research-stage | ||
attributes: | ||
label: Research Stage | ||
description: Track general state of this research ticket | ||
options: | ||
- label: Background Research (Let's try to avoid reinventing the wheel) | ||
- label: Hypothesis Formed (How do you think this will work and it's effect?) | ||
- label: Strategy / Implementation Forming | ||
- label: Analysis of results | ||
- label: Debrief / Documentation (So people in the future can learn from us) | ||
|
||
- type: textarea | ||
id: background | ||
attributes: | ||
label: Previous existing literature and research | ||
description: Whats the current state of the art and whats the motivation for this research? | ||
|
||
- type: textarea | ||
id: hypothesis | ||
attributes: | ||
label: Hypothesis | ||
description: How do you think this will work and it's effect? | ||
|
||
- type: textarea | ||
id: implementation | ||
attributes: | ||
label: Implementation | ||
description: Got an approach? e.g. a PR ready to go? | ||
|
||
- type: textarea | ||
id: analysis | ||
attributes: | ||
label: Analysis | ||
description: How does the proposed implementation behave? | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Got an idea? | ||
url: https://github.com/ggerganov/llama.cpp/discussions/categories/ideas | ||
about: Pop it there. It may then become an enhancement ticket. | ||
- name: Got a question? | ||
url: https://github.com/ggerganov/llama.cpp/discussions/categories/q-a | ||
about: Ask a question there! | ||
- name: Want to contribute? | ||
url: https://github.com/ggerganov/llama.cpp/wiki/contribute | ||
about: Head to the contribution guide page of the wiki for areas you can help with | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.