We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from version v0.6.5, FCP can set the price of resources. The specific steps are as follows:
$CP_PATH/price.toml
computing-provider --repo <YOUR_CP_PATH> price generate
vi $CP_PATH/price.toml
example:
TARGET_CPU="" # SWAN/thread-hour TARGET_MEMORY="" # SWAN/GB-hour TARGET_HD_EPHEMERAL="" # SWAN/GB-hour TARGET_GPU_DEFAULT="" # SWAN/Default GPU unit per hour TARGET_GPU_3080="" # SWAN/3080 GPU unit per hour
computing-provider --repo <YOUR_CP_PATH> price view
CP Hardware Price Info:
TARGET_CPU: 1 SWAN/thread-hour TARGET_MEMORY: 2 SWAN/GB-hour TARGET_HD_EPHEMERAL: 3 SWAN/GB-hour TARGET_GPU_DEFAULT: 7 SWAN/Default GPU unit per hour TARGET_GPU_3080: 8 SWAN/GPU unit per hour
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FCP Resource Pricing Configuration (v0.6.5 and above)
Starting from version v0.6.5, FCP can set the price of resources. The specific steps are as follows:
1. Generate the pricing config(Located at
$CP_PATH/price.toml
):2. Customize your resource prices
example:
3. View the configured price information:
CP Hardware Price Info:
The text was updated successfully, but these errors were encountered: