Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Deploying to deno deploy from a monorepo fails because of a webGPU api dependency? #775

Open
theTechGoose opened this issue Dec 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@theTechGoose
Copy link

Problem description

I have a mono-repo and I am trying to use deno deploy for a specific project within that mono-repo

https://github.com/theTechGoose/OmniSource

from root running: deployctl deploy --entrypoint backends/ai-activations/main.ts

gives:
error: The deployment failed: UNCAUGHT_EXCEPTION

ReferenceError: GPUTextureUsage is not defined
at https://jsr.io/@std/webgpu/0.224.7/describe_texture_format.ts:22:15

Steps to reproduce

clone the repo https://github.com/theTechGoose/OmniSource

run deployctl deploy --entrypoint backends/ai-activations/main.ts from the root

Expected behavior

It should deploy

Environment

deno 2.1.2
MacOs 14.5

Possible solution

No response

Additional context

image
@igorbdl igorbdl added the enhancement New feature or request label Dec 18, 2024
@igorbdl
Copy link

igorbdl commented Dec 18, 2024

Hi @theTechGoose

the Web GPU API is currently not supported on Deno Deploy and not something that we currently have on our roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants