mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 20:09:50 +00:00
Generate *.pyi
stubs for PyO3 wrapper (#870)
* Begin to generate typehints. * generate correct stubs * Correctly include stubs * Add comments and typhints to static functions * ensure candle-pyo3 directory * Make `llama.rope.freq_base` optional * `fmt`
This commit is contained in:
1
candle-pyo3/py_src/candle/__init__.py
Normal file
1
candle-pyo3/py_src/candle/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .candle import *
|
Reference in New Issue
Block a user