fuhao009

Results 5 issues of fuhao009

driver = webdriver.Remote(command_executor='http://xxx.xxx.xxx.xxx:4444/wd/hub', desired_capabilities=chrome_options.to_capabilities()) How to implement webdriver.Remote() function?

enhancement

Which parameter is used to save the model export to the specified directory

question

我没有gpu的只有cpu的可以不

### Describe your problem def encode_queries(self, query: str): emd, used_tokens = self.mdl.encode_queries(query) if not TenantLLMService.increase_usage( self.tenant_id, self.llm_type, used_tokens): database_logger.error( "Can't update token usage for {}/EMBEDDING".format(self.tenant_id)) return emd, used_tokens

bug