ritchie poon
ritchie poon
I kind of remember hit into this problem in WSL of my local notebook and i found the access right of folders (root, root) causing the problem, created by sudo....
( gemma-venv) rpo@MSI:~/venvs/gemma-demo$ python examples/sampling.py --path_checkpoint=/home/rpo/venvs/gemma-demo/gemmamodel/2b/ --path_tokenizer=/home/rpo/venvs/gemma-demo/gemmamodel/tokenizer.model Loading the parameters from /home/rpo/venvs/gemma-demo/gemmamodel/2b/ I0307 20:05:49.580328 139929737028032 checkpointer.py:164] Restoring item from /home/rpo/venvs/gemma-demo/gemmamodel/2b. Killed I was successful to run the unit test, and...
I am also on WSL, it stated experimental, probably not fully tested or funcational?
I think Are those from the install phase of your azureml-core in conda/pip/old environment? I came across similar problem (from an old aml sdk 1.19 to 1.36). Install a new...
Use python 3.8 on azure cloud notebook with similar errors: no module named Pandas , perhaps 1) try to add in Score.py: XX pip install Pandas ,or 2) change the...
I can confirm that with additional Pandas added to yml file, the ACI service creation is successful. Get Outlook for Android ________________________________ From: Rpoon ***@***.***> Sent: Sunday, February 13, 2022...
Sorry my two posts above intended to reply to another thread with 'Pandas not found..." NOT this particular one. I did comeacross above problems and I go to 'terminal' and...