Bootstrapping QwQ works!!
This commit is contained in:
@@ -56,6 +56,7 @@ npm run build
|
|||||||
ln -s "/root/sia/web/dist" "/root/static"
|
ln -s "/root/sia/web/dist" "/root/static"
|
||||||
|
|
||||||
# Install SIA dependencies
|
# Install SIA dependencies
|
||||||
|
cd /root/sia/desktop
|
||||||
source "/root/sia/scripts/install.sh"
|
source "/root/sia/scripts/install.sh"
|
||||||
|
|
||||||
# Add venvs to path in .bashrc
|
# Add venvs to path in .bashrc
|
||||||
@@ -73,7 +74,8 @@ source /root/sia/scripts/add_venvs_to_path.sh
|
|||||||
|
|
||||||
# Finetune model
|
# Finetune model
|
||||||
echo "Finetuning model..."
|
echo "Finetuning model..."
|
||||||
train
|
train /root/models/bootstrap
|
||||||
|
ln -s /root/models/bootstrap /root/models/current
|
||||||
|
|
||||||
# Start SIA using restart script
|
# Start SIA using restart script
|
||||||
echo "Run restart script..."
|
echo "Run restart script..."
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ from .dataset import Dataset
|
|||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class Args:
|
class Args:
|
||||||
def __init__(self, args: Optional[List[str]]):
|
def __init__(self, args: Optional[List[str]] = None):
|
||||||
parser = argparse.ArgumentParser(description='Train SIA model using QwQ')
|
parser = argparse.ArgumentParser(description='Train SIA model using QwQ')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config',
|
'--config',
|
||||||
|
|||||||
Reference in New Issue
Block a user