``` -- 2024-07-03T18:25:17.126Z debug :wood: Writing logs to "/Users/agg/.wrangler/logs/wrangler-2024-07-03_18-25-17_047.log" --- --- 2024-07-03T18:25:17.126Z debug Failed to load .env file ".env": Error: ENOENT: no such file or directory, open '.env' at Object.openSync (node:fs:582:18) at Object.readFileSync (node:fs:461:35) at tryLoadDotEnv (/Users/arhy/node_modules/wrangler/wrangler-dist/cli.js:159106:72) at loadDotEnv (/Users/arhjh/node_modules/wrangler/wrangler-dist/cli.js:159115:12) at Array.reduce () { errno: -2, code: 'ENOENT', syscall: 'open', path: '.env' } --- --- 2024-07-03T18:25:17.132Z debug Retrieving cached values for account from ../../../node_modules/.cache/wrangler --- --- 2024-07-03T18:25:17.132Z log :cyclone: Creating new finetune "warp-mistral-new1" for model "@cf/mistral/mistral-7b-instruct-v0.2-lora"... --- --- 2024-07-03T18:25:17.133Z debug -- START CF API REQUEST: POST https://api.cloudflare.com/client/v4/accounts/xxx/ai/finetunes --- --- 2024-07-03T18:25:17.133Z debug HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:17.133Z debug -- END CF API REQUEST --- --- 2024-07-03T18:25:18.697Z debug -- START CF API RESPONSE: OK 200 --- --- 2024-07-03T18:25:18.697Z debug HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:18.697Z debug RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:18.697Z debug -- END CF API RESPONSE --- --- 2024-07-03T18:25:18.697Z log :cyclone: Uploading file "/Users/dasdass/Documents/test/new/adapter_config.json" to "warp-mistral-new1"... --- --- 2024-07-03T18:25:18.699Z debug -- START CF API REQUEST: POST https://api.cloudflare.com/client/v4/accounts/xxxxx/ai/finetunes/e68b37f9-1ae6-4ba1-8824-251957b2419f/finetune-assets --- --- 2024-07-03T18:25:18.699Z debug HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:20.352Z debug -- START CF API RESPONSE: OK 200 --- --- 2024-07-03T18:25:20.352Z debug HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:20.352Z debug RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:20.352Z log :cyclone: Uploading file "/Users/aasads/Documents/test/new/adapter_model.safetensors" to "warp-mistral-new1"... --- --- 2024-07-03T18:25:20.395Z debug -- START CF API REQUEST: POST https://api.cloudflare.com/client/v4/accounts/xxxx/ai/finetunes/e68b37f9-1ae6-4ba1-8824-251957b2419f/finetune-assets --- --- 2024-07-03T18:25:20.395Z debug HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:20.395Z debug INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:35.321Z debug -- START CF API RESPONSE: Bad Request 400 --- --- 2024-07-03T18:25:35.321Z debug RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data --- --- 2024-07-03T18:25:35.386Z error ✘ [ERROR] :rotating_light: Couldn't upload file: A request to the Cloudflare API (/accounts/xxxxx/ai/finetunes/e68b37f9-1ae6-4ba1-8824-251957b2419f/finetune-assets) failed. FILE_PARSE_ERROR: 'file' should be of valid safetensors type [code: 1000], quiting... ```