fifaaaron88
fifaaaron88
CDCloudflare Developers
Created by fifaaaron88 on 7/1/2024 in #workers-help
s3
Unable to add a fine-tune. Error: https://developers.cloudflare.com/workers-ai/tutorials/fine-tune-models-with-autotrain
FILE_PARSE_ERROR: 'file' should be of valid safetensors type [code: 1000], quiting...
FILE_PARSE_ERROR: 'file' should be of valid safetensors type [code: 1000], quiting...
Receiving this when executing the following command:
npx wrangler ai finetune create @cf/mistral/mistral-7b-instruct-v0.2-lora warp-finetune-mistral folder_location
npx wrangler ai finetune create @cf/mistral/mistral-7b-instruct-v0.2-lora warp-finetune-mistral folder_location
Folder contains adapter_config.json and adapter_model.safetensors. I used autotrain on Huggingface to build these files: https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_LLM.ipynb
3 replies
CDCloudflare Developers
Created by fifaaaron88 on 6/26/2023 in #workers-help
Invalid URL error
Invalid URL error on workers when trying to post a data to Amazon S3. Here is my code: https://github.com/arunvl88/area1-alerts/blob/master/index.js Here is the error message: { "outcome": "exception", "scriptName": "area1-alerts", "exceptions": [ { "name": "TypeError", "message": "Invalid URL string.", "timestamp": 1687568434902 } ], Can someone help?
4 replies