You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./scripts/pretrain.sh
[some output on console]
Seed set to 11605
experiments/results\pretraining_lag_llama\11605 already exists.
No checkpoints found. Training from scratch.
Training datasets: ['cpu_limit_minute', 'cpu_usage_minute', 'function_delay_minute', 'instances_minute', 'memory_limit_minute', 'memory_usage_minute', 'ett_h1'
, 'ett_h2', 'ett_m1', 'AirQualityUCI', 'beijing_multisite']
Test datasets: ['ett_m2', 'platform_delay_minute', 'requests_minute', 'beijing_pm25']
wandb: **Currently logged in as**: drad1907. Use `wandb login --relogin` to force relogin
wandb: ERROR Error while calling W&B API: permission denied (<Response [403]>)
wandb: ERROR It appears that you do not have permission to access the requested resource.
Please reach out to the project owner to grant you access. If you have the correct permissions,
verify that there are no issues with your networking setup.(Error 403: Forbidden)
Delete the appropriate entry from your .netrc file
Delete the wandb/settings file from where you are launching your scripts.
wandb login --relogin <key>
Below is an excerpt from the lag_llama log file
G:\noi5\lag-llama-main\experiments\results\pretraining_lag_llama\11605\wandb\run-20240605_163036-c87122a8\logs*debug.log*
Loading settings from C:\Users\user\.config\wandb\settings
Loading settings from G:\noi5\LagLlama-timeSeries.github\lag-llama-main\wandb\settings
Unknown environment variable: WANDB_CACHE_DIR
Unknown environment variable: WANDB_CONFIG_DIR
Loading settings from environment variables: {'api_key': '***REDACTED***', 'root_dir': 'G:\\noi5\\LagLlama-timeSeries.github\\lag-llama-main'}
[wandb_init.py:init():567] wandb.init called with sweep_config: {}
[wandb_init.py:init():610] starting backend
[wandb_init.py:init():622] backend started and connected
[wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
[wandb_init.py:init():770] encountered error: It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the correct permissions, verify that there are no issues with your networking setup.(Error 403: Forbidden)
What is the 'requested resource' the message refers to?
The project "lag-llama-test" exists on wandb and
I was already logged into my wandb account, as we can see from the log.
Any suggestions on how to get past this permission access? Thank you.
------- On a non-related note ----------
as of June 5th, 2024 the highest version of Python that can be used with this project v3.11
Hi! Can you try also using --wandb_entity noi5 in the script please? It seems from the following line that W&B automatically uses your default account: wandb: **Currently logged in as**: drad1907. Use wandb login --relogin to force relogin
Also, have you downloaded the datasets?
And thank you for summarising the updates regarding the python version and package
wandb: Currently logged in as: drad1907 (noi5). Use `wandb login --relogin` to force relogin
wandb: Tracking run with wandb version 0.17.0
wandb: Run data is saved locally in experiments/results\pretraining_lag_llama\11605\wandb\run-20240606_164839-c87122a8
wandb: Run `wandb offline` to turn off syncing.
wandb: Resuming run pretraining_lag_llama-seed-11605
wandb: View project at https://wandb.ai/noi5/lag-llama-test
wandb: View run at https://wandb.ai/noi5/lag-llama-test/runs/c87122a8
Hello,
Trying to run the project on Windows
Launching
./scripts/pretrain.sh
in the GitBash console leads to 'W&B API: permission denied'.
The modified instruction in line 59 (of pretrain.sh) is
Excerpt from console:
Tried this fix without success
https://stackoverflow.com/questions/64093979/weights-and-biases-login-and-network-errors
wandb login --relogin <key>
Below is an excerpt from the lag_llama log file
G:\noi5\lag-llama-main\experiments\results\pretraining_lag_llama\11605\wandb\run-20240605_163036-c87122a8\logs*debug.log*
What is the 'requested resource' the message refers to?
The project "lag-llama-test" exists on wandb and
I was already logged into my wandb account, as we can see from the log.
Any suggestions on how to get past this permission access? Thank you.
------- On a non-related note ----------
(the default requirements.txt instalation will install version 0.15)
The text was updated successfully, but these errors were encountered: