Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601905126
  • Loading branch information
MediaPipe Team authored and copybara-github committed Jan 27, 2024
1 parent b004a3e commit 233ecc8
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 698 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from jax import numpy as jnp
import numpy as np

from mediapipe.tasks.tools import quantization_util
from mediapipe.model_maker.python.llm import quantization_util


_dtype = lambda x: getattr(x, 'dtype', None) or np.asarray(x).dtype
Expand Down
1 change: 1 addition & 0 deletions mediapipe/tasks/testdata/text/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ load(
package(
default_visibility = [
"//mediapipe/calculators/tensor:__subpackages__",
"//mediapipe/model_maker:__subpackages__",
"//mediapipe/tasks:__subpackages__",
],
licenses = ["notice"], # Apache 2.0
Expand Down
259 changes: 0 additions & 259 deletions mediapipe/tasks/tools/pytorch_converter.py

This file was deleted.

70 changes: 0 additions & 70 deletions mediapipe/tasks/tools/pytorch_converter_test.py

This file was deleted.

Loading

0 comments on commit 233ecc8

Please sign in to comment.