Instructions to use Alpha-Command-Intern/Fox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Alpha-Command-Intern/Fox with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Alpha-Command-Intern/Fox") - Notebooks
- Google Colab
- Kaggle
Delete TTk.config.js with huggingface_hub
Browse files- TTk.config.js +0 -9
TTk.config.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
module.exports = {
|
| 2 |
-
apps: [
|
| 3 |
-
{
|
| 4 |
-
name: 'TTk',
|
| 5 |
-
script: 'python3',
|
| 6 |
-
args: './neurons/miner.py --netuid 28 --logging.debug --subtensor.network finney --wallet.name TTcold --wallet.hotkey TTk --axon.port 18904 --hf_repo_id LOCAL --model bestmodel.keras'
|
| 7 |
-
},
|
| 8 |
-
],
|
| 9 |
-
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|