Skip to content

Commit

Permalink
Remove grok-1 (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex authored Aug 14, 2024
1 parent 3cd303d commit d7bad4b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 69 deletions.
28 changes: 0 additions & 28 deletions .github/container/Dockerfile.grok

This file was deleted.

5 changes: 0 additions & 5 deletions .github/container/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ equinox:
tracking_ref: main
latest_verified_commit: 1e601672d38d2c4d483535070a3572d8e8508a20
mode: git-clone
grok-1:
url: https://github.com/xai-org/grok-1.git
tracking_ref: main
latest_verified_commit: 7207216386e07206b2083c5c0be88db1add8e631
mode: git-clone
big-vision:
url: https://github.com/google-research/big_vision.git
tracking_ref: main
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,6 @@ jobs:
BASE_LIBRARY: pax
secrets: inherit

build-grok:
needs: [build-jax]
uses: ./.github/workflows/_build.yaml
with:
ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
ARTIFACT_NAME: "artifact-grok-build"
BADGE_FILENAME: "badge-grok-build"
BUILD_DATE: ${{ inputs.BUILD_DATE }}
BASE_IMAGE: ${{ needs.build-jax.outputs.DOCKER_TAG_MEALKIT }}
CONTAINER_NAME: grok
DOCKERFILE: .github/container/Dockerfile.grok
EXTRA_BUILD_ARGS: |
URLREF_GROK_1=${{ fromJson(inputs.SOURCE_URLREFS).GROK_1 }}
secrets: inherit

build-gemma:
needs: build-jax
uses: ./.github/workflows/_build.yaml
Expand Down Expand Up @@ -223,7 +208,6 @@ jobs:
- build-upstream-pax
- build-rosetta-t5x
- build-rosetta-pax
- build-grok
- build-gemma
outputs:
TAGS: ${{ steps.collect-tags.outputs.TAGS }}
Expand All @@ -243,7 +227,6 @@ jobs:
{"flavor": "upstream-pax", "stage": "final", "priority": 900, "tag": "${{ needs.build-upstream-pax.outputs.DOCKER_TAG_FINAL }}"},\
{"flavor": "t5x", "stage": "final", "priority": 900, "tag": "${{ needs.build-rosetta-t5x.outputs.DOCKER_TAG_FINAL }}"},\
{"flavor": "pax", "stage": "final", "priority": 900, "tag": "${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_FINAL }}"},\
{"flavor": "grok", "stage": "final", "priority": 900, "tag": "${{ needs.build-grok.outputs.DOCKER_TAG_FINAL }}"},\
{"flavor": "gemma", "stage": "final", "priority": 900, "tag": "${{ needs.build-gemma.outputs.DOCKER_TAG_FINAL }}"},\
{"flavor": "jax", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-jax.outputs.DOCKER_TAG_MEALKIT }}"},\
{"flavor": "triton", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-triton.outputs.DOCKER_TAG_MEALKIT }}"},\
Expand All @@ -254,7 +237,6 @@ jobs:
{"flavor": "upstream-pax", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-upstream-pax.outputs.DOCKER_TAG_MEALKIT }}"},\
{"flavor": "t5x", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-rosetta-t5x.outputs.DOCKER_TAG_MEALKIT }}"},\
{"flavor": "pax", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-rosetta-pax.outputs.DOCKER_TAG_MEALKIT }}"},\
{"flavor": "grok", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-grok.outputs.DOCKER_TAG_MEALKIT }}"},\
{"flavor": "gemma", "stage": "mealkit", "priority": 500, "tag": "${{ needs.build-gemma.outputs.DOCKER_TAG_MEALKIT }}"},\
{}\
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
type: string
description: |
A comma-separated PACKAGE=URL#REF list to override sources used by build.
PACKAGE∊{JAX,XLA,Flax,transformer-engine,T5X,paxml,praxis,maxtext,levanter,haliax,grok,mujuco,mujuco-mpc,gemma,big-vision,common-loop-utils,flaxformer,panopticapi} (case-insensitive)
PACKAGE∊{JAX,XLA,Flax,transformer-engine,T5X,paxml,praxis,maxtext,levanter,haliax,mujuco,mujuco-mpc,gemma,big-vision,common-loop-utils,flaxformer,panopticapi} (case-insensitive)
default: ''
required: false

Expand Down Expand Up @@ -330,7 +330,6 @@ jobs:
upstream-pax
t5x
pax
grok
gemma
)
declare -a STAGES=(
Expand Down
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,6 @@
</picture>
</td>
</tr>
<tr>
<td>
<picture>
<img style="height:1em;" src="https://img.shields.io/static/v1?label=&color=gray&logo=docker&message=Grok%3D%7Bcore%2CGrok-1%7D">
</picture>
</td>
<td>
<code>ghcr.io/nvidia/jax:grok</code>
</td>
<td>
<a href="https://gist.github.com/nvjax/913c2af68649fe568e9711c2dabb23ae/#file-final-grok-md"><img style="height:1em;" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fnvjax%2F913c2af68649fe568e9711c2dabb23ae%2Fraw%2Fbadge-grok-build-amd64.json&logo=docker&label=amd64"></a>
<a href="https://gist.github.com/nvjax/913c2af68649fe568e9711c2dabb23ae/#file-final-grok-md"><img style="height:1em;" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fnvjax%2F913c2af68649fe568e9711c2dabb23ae%2Fraw%2Fbadge-grok-build-arm64.json&logo=docker&label=arm64"></a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<picture>
Expand Down

0 comments on commit d7bad4b

Please sign in to comment.