MCPcopy
hub / github.com/meta-llama/llama-models / to_2tuple

Function to_2tuple

models/llama3/multimodal/utils.py:17–20  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

15
16
17def to_2tuple(x):
18 if isinstance(x, collections.abc.Iterable):
19 return x
20 return (x, x)

Calls

no outgoing calls

Tested by

no test coverage detected