mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
39 lines
665 B
ReStructuredText
39 lines
665 B
ReStructuredText
smallpond.execution.executor.Executor
|
|
=====================================
|
|
|
|
.. currentmodule:: smallpond.execution.executor
|
|
|
|
.. autoclass:: Executor
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~Executor.__init__
|
|
~Executor.acquire_gpu
|
|
~Executor.collect_finished_works
|
|
~Executor.create
|
|
~Executor.exec_loop
|
|
~Executor.process_work
|
|
~Executor.release_gpu
|
|
~Executor.run
|
|
~Executor.skip_probes
|
|
~Executor.stop
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~Executor.available_gpu_quota
|
|
~Executor.busy
|
|
~Executor.local_gpus
|
|
|
|
|