Files
OpenLLM/typings/attr/_compat.pyi
Aaron Pham c1ddb9ed7c feat: GPTQ + vLLM and LlaMA (#113)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-19 18:12:12 -04:00

7 lines
135 B
Python
Generated

from typing import Any
import threading
def set_closure_cell(cell: Any, value: Any) -> None: ...
repr_context: threading.local = ...