Skip to content

Commit

Permalink
remove unwanted file
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
James committed Apr 5, 2024
1 parent c7d49b4 commit 259fa71
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,6 @@ COPY --from=builder /app/pre-install ./pre-install/
# Copy the package.json, yarn.lock, and output of web yarn space to leverage Docker cache
COPY --from=builder /app/uikit ./uikit/
COPY --from=builder /app/web ./web/
COPY --from=builder /app/models ./models/

RUN yarn workspace @janhq/uikit install && yarn workspace @janhq/uikit build
RUN yarn workspace @janhq/web install
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 65,6 @@ COPY --from=builder /app/pre-install ./pre-install/
# Copy the package.json, yarn.lock, and output of web yarn space to leverage Docker cache
COPY --from=builder /app/uikit ./uikit/
COPY --from=builder /app/web ./web/
COPY --from=builder /app/models ./models/

RUN yarn workspace @janhq/uikit install && yarn workspace @janhq/uikit build
RUN yarn workspace @janhq/web install
Expand Down
7 changes: 0 additions & 7 deletions core/src/browser/extensions/engines/AIEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 25,6 @@ export abstract class AIEngine extends BaseExtension {
events.on(ModelEvent.OnModelStop, (model: Model) => this.unloadModel(model))
}

/**
* Defines models
*/
async models(): Promise<Model[]> {
return []
}

/**
* Registers AI Engines
*/
Expand Down
78 changes: 0 additions & 78 deletions extensions/huggingface-extension/rollup.config-1712144857609.cjs

This file was deleted.

0 comments on commit 259fa71

Please sign in to comment.