clarifai 11.0.6rc2__py3-none-any.whl → 11.0.6rc3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
clarifai/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "11.0.6rc2"
1
+ __version__ = "11.0.6rc3"
@@ -31,7 +31,7 @@ ENV CLARIFAI_PAT=${CLARIFAI_PAT} \
31
31
  DEBIAN_FRONTEND=noninteractive
32
32
 
33
33
  # make sure we have the latest clarifai package.
34
- RUN (pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir clarifai clarifai-grpc clarifai-protocol huggingface_hub[hf_transfer] || true)
34
+ RUN (pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir clarifai==11.0.6rc3 clarifai-grpc clarifai-protocol huggingface_hub[hf_transfer] || true)
35
35
 
36
36
  #####
37
37
  # Download any checkpoints now into the final image so we don't copy large checkpoints across stages.
@@ -42,7 +42,7 @@ COPY --chown=nonroot:nonroot downloader/requirements.txt /home/nonroot/model_dir
42
42
  # Mount the folder with the download_checkpoints.py, config.yaml that's been parsed then download
43
43
  # the checkpoints. This invalidates the cache if we have a different repo_id to download, but the
44
44
  # HF_TOKEN changing does not invalidate. It's validated before running the dockerfile
45
- RUN --mount=type=secret,id=HF_TOKEN,env=HF_TOKEN --mount=type=bind,rw,source=downloader,target=/home/nonroot/model_dir/main [ -s /home/nonroot/model_dir/main/config.yaml ] && clarifai models download-checkpoints --model_path /home/nonroot/model_dir/main
45
+ RUN --mount=type=secret,id=HF_TOKEN,env=HF_TOKEN --mount=type=bind,rw,source=downloader,target=/home/nonroot/model_dir/main [ -s /home/nonroot/model_dir/main/config.yaml ] && clarifai model download-checkpoints --model_path /home/nonroot/model_dir/main
46
46
  #####
47
47
 
48
48
  #####
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: clarifai
3
- Version: 11.0.6rc2
3
+ Version: 11.0.6rc3
4
4
  Summary: Clarifai Python SDK
5
5
  Home-page: https://github.com/Clarifai/clarifai-python
6
6
  Author: Clarifai
@@ -1,4 +1,4 @@
1
- clarifai/__init__.py,sha256=e3W9yDybBwM1D82tDeqSxMZLOYcrqo3MlUhIw0D0rkM,26
1
+ clarifai/__init__.py,sha256=wwk3Op70vYCHwmVzT4lb7t5LtHSrq24qfGTPRmFHmpQ,26
2
2
  clarifai/cli.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  clarifai/errors.py,sha256=RwzTajwds51wLD0MVlMC5kcpBnzRpreDLlazPSBZxrg,2605
4
4
  clarifai/versions.py,sha256=jctnczzfGk_S3EnVqb2FjRKfSREkNmvNEwAAa_VoKiQ,222
@@ -179,7 +179,7 @@ clarifai/runners/__pycache__/__init__.cpython-310.pyc,sha256=0NgDCoyN2JSuNXQ20MC
179
179
  clarifai/runners/__pycache__/server.cpython-310.pyc,sha256=a6yFsRHEWmPhlvVlBx4AhsOms7Q4If62hhmldpW_d6Q,3644
180
180
  clarifai/runners/dockerfile_template/Dockerfile.cpu.template,sha256=B35jcpqWBP3ALa2WRtbtBg8uvDyqP_PWZnJtIeAnjT0,1222
181
181
  clarifai/runners/dockerfile_template/Dockerfile.cuda.template,sha256=TMqTZBN1exMYzjLotn17DO4Je0rg9pBapIuwdohwht8,3228
182
- clarifai/runners/dockerfile_template/Dockerfile.template,sha256=MMFD0vvlCv6O_ev-Rr7lvUSAsK1c0etYuVjdKzFEaJ4,3334
182
+ clarifai/runners/dockerfile_template/Dockerfile.template,sha256=i-TtCHaMg-UQU5y5gLo-KmpD8d84VBwYGgs1lz9Vjl4,3344
183
183
  clarifai/runners/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
184
184
  clarifai/runners/models/base_typed_model.py,sha256=DWEUK5ge9NVZE6LkT3BNTFYjYMPHz-nDgPA48Y0DGXU,7859
185
185
  clarifai/runners/models/model_class.py,sha256=9JSPAr4U4K7xI0kSl-q0mHB06zknm2OR-8XIgBCto94,1611
@@ -234,9 +234,9 @@ clarifai/workflows/__pycache__/__init__.cpython-310.pyc,sha256=oRKg6B7Z-wWQy0EW2
234
234
  clarifai/workflows/__pycache__/export.cpython-310.pyc,sha256=cNmGLnww7xVpm4htd1vRhQJoEZ1dhpN1oD8iLLAtVzM,2418
235
235
  clarifai/workflows/__pycache__/utils.cpython-310.pyc,sha256=rm2kWk4a3GOKWoerXpEAEeRvGhEe7wPd0ZZ6jHtEGqY,1925
236
236
  clarifai/workflows/__pycache__/validate.cpython-310.pyc,sha256=QA1i6YdDpY824cqtQvkEaFPpaCa2iqfOwFouqwZfAKY,2139
237
- clarifai-11.0.6rc2.dist-info/LICENSE,sha256=mUqF_d12-qE2n41g7C5_sq-BMLOcj6CNN-jevr15YHU,555
238
- clarifai-11.0.6rc2.dist-info/METADATA,sha256=hJla4GAjlIqueaG7d_xaY7kloVcu7J4PzjAj6eVaQtU,22236
239
- clarifai-11.0.6rc2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
240
- clarifai-11.0.6rc2.dist-info/entry_points.txt,sha256=X9FZ4Z-i_r2Ud1RpZ9sNIFYuu_-9fogzCMCRUD9hyX0,51
241
- clarifai-11.0.6rc2.dist-info/top_level.txt,sha256=wUMdCQGjkxaynZ6nZ9FAnvBUCgp5RJUVFSy2j-KYo0s,9
242
- clarifai-11.0.6rc2.dist-info/RECORD,,
237
+ clarifai-11.0.6rc3.dist-info/LICENSE,sha256=mUqF_d12-qE2n41g7C5_sq-BMLOcj6CNN-jevr15YHU,555
238
+ clarifai-11.0.6rc3.dist-info/METADATA,sha256=3GEgL66cmwBjmxhMpuGyecgmpkr3wwzZn_y9BvH0PqQ,22236
239
+ clarifai-11.0.6rc3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
240
+ clarifai-11.0.6rc3.dist-info/entry_points.txt,sha256=X9FZ4Z-i_r2Ud1RpZ9sNIFYuu_-9fogzCMCRUD9hyX0,51
241
+ clarifai-11.0.6rc3.dist-info/top_level.txt,sha256=wUMdCQGjkxaynZ6nZ9FAnvBUCgp5RJUVFSy2j-KYo0s,9
242
+ clarifai-11.0.6rc3.dist-info/RECORD,,