Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
df5fdd66
Commit
df5fdd66
authored
Jun 26, 2023
by
Jeffrey Morgan
Browse files
`proto` -> `ollama`
parent
e0543756
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
7 deletions
+28
-7
LICENSE
LICENSE
+21
-0
README.md
README.md
+2
-2
build.py
build.py
+1
-1
desktop/package.json
desktop/package.json
+4
-4
ollama.py
ollama.py
+0
-0
No files found.
LICENSE
0 → 100644
View file @
df5fdd66
MIT License
Copyright (c) Ollama
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.
README.md
View file @
df5fdd66
#
proto
#
ollama
🙊
🙊
...
@@ -13,7 +13,7 @@ pip install -r requirements.txt
...
@@ -13,7 +13,7 @@ pip install -r requirements.txt
Put your model in
`models/`
and run:
Put your model in
`models/`
and run:
```
```
python3
proto
.py serve
python3
ollama
.py serve
```
```
To run the app:
To run the app:
...
...
build.py
View file @
df5fdd66
...
@@ -7,7 +7,7 @@ site_packages_dir = site.getsitepackages()[0]
...
@@ -7,7 +7,7 @@ site_packages_dir = site.getsitepackages()[0]
llama_cpp_dir
=
os
.
path
.
join
(
site_packages_dir
,
"llama_cpp"
)
llama_cpp_dir
=
os
.
path
.
join
(
site_packages_dir
,
"llama_cpp"
)
args
=
[
args
=
[
"
proto
.py"
,
"
ollama
.py"
,
"--paths"
,
"--paths"
,
site_packages_dir
,
site_packages_dir
,
"--add-data"
,
"--add-data"
,
...
...
desktop/package.json
View file @
df5fdd66
{
{
"name"
:
"
client
"
,
"name"
:
"
olama
"
,
"productName"
:
"
client
"
,
"productName"
:
"
ollama
"
,
"version"
:
"
1
.0.
0
"
,
"version"
:
"
0
.0.
1
"
,
"description"
:
"
Proto
"
,
"description"
:
"
Ollama
"
,
"main"
:
".webpack/main"
,
"main"
:
".webpack/main"
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"electron-forge start"
,
"start"
:
"electron-forge start"
,
...
...
proto
.py
→
ollama
.py
View file @
df5fdd66
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment