|
@@ -28,10 +28,8 @@ jobs:
|
|
|
pip install -r requirements.txt
|
|
|
- name: Convert small model
|
|
|
run: |
|
|
|
- git --version
|
|
|
- git lfs --version
|
|
|
python -m cli.convert_model --model bigscience/bloom-350m --output_path ./converted_model \
|
|
|
- --output_repo testing/test-bloomd-350m --use_auth_token $BLOOM_TESTING_WRITE_TOKEN
|
|
|
+ --output_repo bloom-testing/test-bloomd-350m --use_auth_token $BLOOM_TESTING_WRITE_TOKEN
|
|
|
|
|
|
# run-tests:
|
|
|
# runs-on: ubuntu-latest
|