Test 0.7 and 1.0
This commit is contained in:
parent
c8307a0627
commit
59bdff2cae
@ -5,6 +5,8 @@ os:
|
|||||||
# - osx
|
# - osx
|
||||||
julia:
|
julia:
|
||||||
- 0.7
|
- 0.7
|
||||||
|
- 1.0
|
||||||
|
- nightly
|
||||||
# uncomment the following lines to override the default test script
|
# uncomment the following lines to override the default test script
|
||||||
# script:
|
# script:
|
||||||
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
|
@ -14,7 +14,7 @@ function load()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
info("Downloading CMUDict dataset")
|
@info "Downloading CMUDict dataset"
|
||||||
mkpath(deps("cmudict"))
|
mkpath(deps("cmudict"))
|
||||||
for x in suffixes
|
for x in suffixes
|
||||||
download("$cache_prefix/http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict-$version$x",
|
download("$cache_prefix/http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict-$version$x",
|
||||||
|
@ -12,7 +12,7 @@ include("layers/stateless.jl")
|
|||||||
include("optimise.jl")
|
include("optimise.jl")
|
||||||
include("data.jl")
|
include("data.jl")
|
||||||
|
|
||||||
if Base.find_in_path("CuArrays") ≠ nothing
|
if Base.find_package("CuArrays") ≠ nothing
|
||||||
include("cuda/cuda.jl")
|
include("cuda/cuda.jl")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user