Summary
The user, a student learning Flyte and the Union platform, is experiencing an issue with a missing default project in their Dashboard, only seeing "flytesnacks" and "system." Despite attempting to set environment variables for the project and domain, the problem persists. They are using --project flytesnacks
due to the unavailability of the default project, which has been deprecated. The user references a specific GitHub repository and suggests using the latest version in their command, but they cannot access the URL as it returns a 404 error.
sage
<@UPBBNMXD1> I updated the repo to handle the latest version of Union. <@U07PWLMEXNF> You can try running this, and I think it should run in your Flytesnacks project folder. But please let us know if you were using a different tutorial or if you run into another issue! https://github.com/unionai-oss/fine-tune-bert-sentiment-classifier/blob/main/bert-fine-tune.ipynb
Pylon
Which instructions are you following to run that example, Could you provide a link to those
mrafi
I am unable to access the URL, 404.
Pylon
There was change to deprecate the default project and going forward all users donot get the default project. If i am not mistaken if you are using this repo https://github.com/unionai-oss/fine-tune-bert-sentiment-classifier?tab=readme-ov-file|https://github.com/unionai-oss/fine-tune-bert-sentiment-classifier?tab=readme-ov-file it points to static unionai version https://github.com/unionai-oss/fine-tune-bert-sentiment-classifier/blob/main/bert-fine-tune.ipynb|https://github.com/unionai-oss/fine-tune-bert-sentiment-classifier/blob/main/bert-fine-tune.ipynb Can you use the latest in that command https://github.com/unionai/unionai/releases/tag/v0.1.82|v0.1.82 cc : <@U0644UX5RGD>
mrafi
yes, I had add --project as default is not available under my projects on my dashboard
y.troychiu
Hi, you meant you used --project flytesnacks
but got this error resource [project: 'default', domain: 'development', org: 'mahammadrafi06'
?
mrafi
I can see only two projects on my Dashboard 1. flytensacks 2.system and the 'default' project is missing, I think that's the reason for this error. I tried to set env var with below lines...still facing the same issue. import os os.environ['FLYTE_DEFAULT_PROJECT']='flytesnacks' os.environ['FLYTE_DEFAULT_DOMAIN']='development'
kumare
Cc <@UNW4VP36V> is default not available
kumare
<@U07PWLMEXNF> can you use —project flytesnacks?
mrafi
Hi All, I am a student and just started learning flyte and union platform. I am facing the below issue while running ' !union run --remote --project flytesnacks --domain development bert-fine-tune.py bert_ft --repo_name mrafiuw/llm-repo'