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
Receiving this when executing the following command:
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