This is an ongoing list of issues people sometimes encounter while using Beam. If you’re having an issue, check this list first.
concurrency_limit_reached
or cpu quota exceeded
Plan | CPU Quota | GPU Quota |
---|---|---|
Free Trial | 10 | 5 |
Developer | 10 | 5 |
Team | 1,000 | 20 |
Growth | 10,000+ | 100+ |
Unable to connect to gateway
beam-client
CLI.
No space left on device
cannot import name 'App' from 'beam'
App
class in Beam V2.
For more information on using Beam V2, read more on this page.
Unable to locate config file
python3 -m virtualenv .venv && source .venv/bin/activate
which python
and installing beam-client
to that specific path.
For example:
tf
doesn’t recognize the available GPUs on the device.
tensorflow[and-cuda]
, otherwise the regular version of
tf
won’t have access to the GPU device.