mirror of
https://github.com/run-llama/modal_finetune_sql.git
synced 2026-07-20 20:19:00 -04:00
Running Inference results in HFValidationError #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anandp504 on GitHub (Aug 22, 2023).
Running the inference using the command
modal run src.inference_sql_llamaindex::main --query "Which city has the highest population?" --sqlite-file-path "nbs/cities.db"results in the following error. The repo_id has been passed as/modeland hence the error. Any suggestions on how to resolve this error?