Skip to content

Instantly share code, notes, and snippets.

View enakai00's full-sized avatar

Etsuji Nakai enakai00

View GitHub Profile
--- fast_api.py.orig 2025-06-23 20:29:43.919757312 +0000
+++ fast_api.py 2025-06-23 20:30:19.763378438 +0000
@@ -960,4 +960,61 @@
StaticFiles(directory=ANGULAR_DIST_PATH, html=True),
name="static",
)
+
+ async def _get_runner_async(app_name: str):
+ """Returns the runner for the given app."""
+ import vertexai, json
{
"components": {
"comp-compose-params-for-model-tuner": {
"executorLabel": "exec-compose-params-for-model-tuner",
"inputDefinitions": {
"parameters": {
"adapter_length": {
"defaultValue": 0,
"description": "Adapter length.",
"isOptional": true,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / flax_transformer.ipynb
Created February 7, 2023 08:53
Flax_Transformer.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / routing_enakai.ipynb
Created November 28, 2022 23:04
routing_enakai.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / qiqo-exercise-8-11.ipynb
Last active November 3, 2022 02:52
qiqo-exercise-8-11.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / 1-gradient-calculation-with-jax.ipynb
Created October 31, 2022 02:55
1. Gradient calculation with JAX.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / qiqo-8-4.ipynb
Created October 31, 2022 00:15
QIQO 8-4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / 5-transfer-learning-with-resnet.ipynb
Created October 27, 2022 04:43
5. Transfer Learning with ResNet.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.