infernet-ml
infernet-ml copied to clipboard
infernet-ml is a a library to build Web3 machine learning workflows
Results
2
infernet-ml issues
Sort by
recently updated
recently updated
newest added
- Updated `do_setup` method in `HFInferenceClientWorkflow` to pass the `model` parameter to `InferenceClient`. - Ensured the specified model is used for requests instead of the default model for the task....
**Description:** When initializing `HFInferenceClientWorkflow`, the constructor accepts a parameter `model: Optional[str] = None`. However, the `model` value is not utilized in either the `__init__` or `do_setup` methods. As a result,...