Getting error while Fine tuning Meta LLM in azure ML studio.

Haji Pasha 0 Reputation points
2024-07-02T10:31:56.33+00:00

I am importing data from json file as data source , and providing to ML ,to train LLM model but getting below error, Not getting why i am getting sql related error , as i am not using any SQL server in this process.

Please help me .

error details:

Error Code: ScriptExecution.StreamAccess.Validation Validation Error Code: NotSupported Validation Target: Input Native error: error in streaming from input data sources StreamError(InvalidInput(NotSupported { message: "Datastore of type "AzureSqlDatabase" is not supported.", source: None })) => invalid input InvalidInput(NotSupported { message: "Datastore of type "AzureSqlDatabase" is not supported.", source: None }) => Provided input is not supported: Datastore of type "AzureSqlDatabase" is not supported. NotSupported { message: "Datastore of type "AzureSqlDatabase" is not supported.", source: None } Error Message: Provided input is not supported. Datastore of type "AzureSqlDatabase" is not supported.. | session_id=0a6dd58a-eb91-4f3c-b78d-00bde6d48b8b

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,978 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 47,001 Reputation points Microsoft Employee
    2024-07-02T14:50:26.0166667+00:00

    @Haji Pasha I think the issue is with the type of datastore that is selected if you used Import Data component from designer. Try checking the Data tab under Assets from Azure ML studio and check if the datastore type is "Azure Blob Storage" or any other supported type for this scenario.

    User's image

    You might also want to use your default datastore and upload the file there and then use in the fine tuning job. Thanks!!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.