Skip to content

Commit

Permalink
fix: revert manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed May 18, 2022
1 parent 9dbda34 commit ab58357
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/force-hub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
- executors/clip_torch.py\n\
" > ./server/clip_server/config.yml
# echo "\
# manifest_version: 1\n\
# name: CASTorchEncoder\n\
# description: Embed images and sentences into fixed-length vectors with CLIP\n\
# url: https://github.com/jina-ai/clip-as-service\n\
# keywords: [clip, pytorch, clip-model, clip-as-service]\n\
# " > ./server/clip_server/manifest.yml
echo "\
manifest_version: 1\n\
name: CASTorchEncoder\n\
description: Embed images and sentences into fixed-length vectors with CLIP\n\
url: https://github.com/jina-ai/clip-as-service\n\
keywords: [clip, pytorch, clip-model, clip-as-service]\n\
" > ./server/clip_server/manifest.yml
echo "\
torch\n\
Expand Down

0 comments on commit ab58357

Please sign in to comment.