Skip to content

Commit

Permalink
chore: increase jobs timeout (#40)
Browse files Browse the repository at this point in the history
* chore: increase jobs timeout

* chore: remove deprecated code

---------

Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hiento09 authored Oct 25, 2024
1 parent 7141ecb commit dae5a17
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 772 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/build.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ env:
jobs:
converter:
runs-on: ubuntu-20-04-gguf
timeout-minutes: 7200
steps:
- name: Checkout
uses: actions/checkout@v4 # v4.1.7
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-model-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
jobs:
model-yaml-updater:
runs-on: ubuntu-20-04-gguf
timeout-minutes: 7200
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
src/node_modules
src/.DS_Store
src/yarn.lock

42 changes: 1 addition & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
# @janhq/models

### Install

Using yarn:

```shell
yarn add @janhq/models
```

Using npm

```shell
npm i @janhq/models
```

### Import the package

```js
// javascript
const models = require("@janhq/models");

// typescript
import * as models from "@janhq/models";
```

```js
const MODEL_CATALOG_URL = models.default;

console.log(MODEL_CATALOG_URL);
// {
// "id": "",
// "name": "",
// "modelUrl": "",
// "versions": [
// "downloadLink": "",
// ...
// ]
// ...
// }
```
# @janhq/models
53 changes: 0 additions & 53 deletions TheBloke-Airoboros-L2-13B-2.1-GGUF.json

This file was deleted.

53 changes: 0 additions & 53 deletions TheBloke-CausalLM-7B-GGUF.json

This file was deleted.

53 changes: 0 additions & 53 deletions TheBloke-Chinese-Llama-2-13B-GGUF.json

This file was deleted.

53 changes: 0 additions & 53 deletions TheBloke-Llama-2-7B-Chat-GGUF.json

This file was deleted.

Loading

0 comments on commit dae5a17

Please sign in to comment.