Skip to content

Commit

Permalink
[sharktank] Add Perplexity updates to README (#408)
Browse files Browse the repository at this point in the history
Add nightly Perplexity CI workflow's status badge to sharktank's README
  • Loading branch information
archana-ramalingam authored Nov 1, 2024
1 parent d063256 commit 0b5c9c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

name: Evaluation Tests
name: CI - Perplexity

on:
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ concurrency:
jobs:
test_perplexity_vmfb:
timeout-minutes: 1000
name: "Evaluation Tests - perplexity_vmfb"
name: "IREE/vmfb"
strategy:
matrix:
version: [3.11]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

test_perplexity_torch:
timeout-minutes: 1000
name: "Evaluation Tests - perplexity_torch"
name: "Torch/eager mode"
strategy:
matrix:
version: [3.11]
Expand Down
4 changes: 4 additions & 0 deletions sharktank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This sub-project is a work in progress. It is intended to be a repository of
layers, model recipes, and conversion tools from popular LLM quantization
tooling.

## Project Status

[![CI - Perplexity](https://github.com/nod-ai/SHARK-Platform/actions/workflows/ci_eval.yaml/badge.svg?branch=main&event=schedule)](https://github.com/nod-ai/SHARK-Platform/actions/workflows/ci_eval.yaml)

## Examples

The repository will ultimately grow a curated set of models and tools for
Expand Down

0 comments on commit 0b5c9c6

Please sign in to comment.