Skip to content

Commit cb2ce77

Browse files
author
Kye
committed
[V]
1 parent caecec6 commit cb2ce77

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "screenai"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
description = "Screen AI - Pytorch"
99
license = "MIT"
1010
authors = ["Kye Gomez <[email protected]>"]

screenai/main.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,7 @@ def __init__(
437437
self.vit_depth = vit_depth
438438
self.multi_modal_encoder_depth = multi_modal_encoder_depth
439439
self.llm_decoder_depth = llm_decoder_depth
440-
441-
patch_height, patch_width = pair(patch_size)
442-
channels * patch_height * patch_width
443-
440+
444441
# ViTransformerWrapper
445442
self.vit = ViTransformerWrapper(
446443
image_size=image_size,

0 commit comments

Comments
 (0)