user
user
CDCloudflare Developers
Created by user on 2/5/2024 in #workers-help
Limitation questions
Hi, I had a question about the LLM limits on tokens. I saw on the docs that certain LLMs like @cf/baai/bge-base-en-v1.5 have a max token limit of 512 in and 768 out, but I didn't happen to see anything for the @cf/meta/llama-2-7b-chat-fp16 or @cf/meta/llama-2-7b-chat-int8 models. Anywhere I can see the info for those models?
6 replies
CDCloudflare Developers
Created by user on 8/27/2023 in #workers-help
Could not resolve a bunch of packages
Hi, I am trying to make a simple thing to send requests thru an authenticated proxy, but for some reason when I try to build, I get a bunch of errors.
X [ERROR] Could not resolve "worker_threads"

node_modules/undici/lib/fetch/constants.js:3:57:
3 │ ... MessageChannel, receiveMessageOnPort } = require('worker_threads')
╵ ~~~~~~~~~~~~~~~~

The package "worker_threads" wasn't found on the file system but is built into node. Are you trying
to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
X [ERROR] Could not resolve "worker_threads"

node_modules/undici/lib/fetch/constants.js:3:57:
3 │ ... MessageChannel, receiveMessageOnPort } = require('worker_threads')
╵ ~~~~~~~~~~~~~~~~

The package "worker_threads" wasn't found on the file system but is built into node. Are you trying
to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
I get this error but for async_hooks stream/web util/types perf_hooks diagnostics_channel and of course, worker_threads
12 replies
CDCloudflare Developers
Created by user on 8/25/2023 in #workers-help
Worker route re-enabling
Hey, I'm developing a little worker and I'm having just a slight issue with routes. So, I want the default route (workers.dev) to be disabled, and I've disabled it like, three times so far. Yet, the route is constantly re-enabling itself. Is this a known issue? Or am I just gaslighting myself?
2 replies
CDCloudflare Developers
Created by user on 7/10/2023 in #general-help
Security Events not showing
3 replies